Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5160
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5159",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5160,
    "results": [
        {
            "start": 874736080,
            "stop": 874736246
        },
        {
            "start": 874736254,
            "stop": 874736277
        },
        {
            "start": 874736284,
            "stop": 874736437
        },
        {
            "start": 874736445,
            "stop": 874736462
        },
        {
            "start": 874736470,
            "stop": 874736555
        },
        {
            "start": 874736563,
            "stop": 874736609
        },
        {
            "start": 874736616,
            "stop": 874736631
        },
        {
            "start": 874736638,
            "stop": 874736656
        },
        {
            "start": 874736663,
            "stop": 874736749
        },
        {
            "start": 874736756,
            "stop": 874736915
        },
        {
            "start": 874736928,
            "stop": 874736932
        },
        {
            "start": 874736947,
            "stop": 874736980
        },
        {
            "start": 874736987,
            "stop": 874737004
        },
        {
            "start": 874737011,
            "stop": 874737025
        },
        {
            "start": 874737032,
            "stop": 874737066
        },
        {
            "start": 874737074,
            "stop": 874737103
        },
        {
            "start": 874737110,
            "stop": 874737145
        },
        {
            "start": 874737152,
            "stop": 874737220
        },
        {
            "start": 874737227,
            "stop": 874737345
        },
        {
            "start": 874737353,
            "stop": 874737566
        }
    ]
}