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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=65",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 66,
    "results": [
        {
            "start": 931400603,
            "stop": 931400643
        },
        {
            "start": 931400654,
            "stop": 931400668
        },
        {
            "start": 931400674,
            "stop": 931400787
        },
        {
            "start": 931400793,
            "stop": 931400836
        },
        {
            "start": 931400846,
            "stop": 931400870
        },
        {
            "start": 931400876,
            "stop": 931400893
        },
        {
            "start": 931400899,
            "stop": 931400930
        },
        {
            "start": 931400935,
            "stop": 931400947
        },
        {
            "start": 931400952,
            "stop": 931400984
        },
        {
            "start": 931400990,
            "stop": 931401003
        },
        {
            "start": 931401009,
            "stop": 931401052
        },
        {
            "start": 931401057,
            "stop": 931401059
        },
        {
            "start": 931401067,
            "stop": 931401089
        },
        {
            "start": 931401094,
            "stop": 931401112
        },
        {
            "start": 931401123,
            "stop": 931401137
        },
        {
            "start": 931401143,
            "stop": 931401144
        },
        {
            "start": 931401150,
            "stop": 931401151
        },
        {
            "start": 931401156,
            "stop": 931401193
        },
        {
            "start": 931401199,
            "stop": 931401235
        },
        {
            "start": 931401241,
            "stop": 931401248
        }
    ]
}