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/H1_CBCLOW_CAT2/segments?format=api&page=40
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=39",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 40,
    "results": [
        {
            "start": 821037156,
            "stop": 821037382
        },
        {
            "start": 821037497,
            "stop": 821037572
        },
        {
            "start": 821037841,
            "stop": 821037924
        },
        {
            "start": 821052036,
            "stop": 821052930
        },
        {
            "start": 821053056,
            "stop": 821053102
        },
        {
            "start": 821055275,
            "stop": 821055763
        },
        {
            "start": 821055864,
            "stop": 821055869
        },
        {
            "start": 821056143,
            "stop": 821056353
        },
        {
            "start": 821062149,
            "stop": 821062808
        },
        {
            "start": 821063136,
            "stop": 821063316
        },
        {
            "start": 821064968,
            "stop": 821074077
        },
        {
            "start": 821074201,
            "stop": 821074827
        },
        {
            "start": 821075569,
            "stop": 821076038
        },
        {
            "start": 821076975,
            "stop": 821077059
        },
        {
            "start": 821077436,
            "stop": 821077636
        },
        {
            "start": 821077880,
            "stop": 821084036
        },
        {
            "start": 821084254,
            "stop": 821084622
        },
        {
            "start": 821086406,
            "stop": 821088617
        },
        {
            "start": 821089987,
            "stop": 821098681
        },
        {
            "start": 821099980,
            "stop": 821100393
        }
    ]
}