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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=109",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 110,
    "results": [
        {
            "start": 931338911,
            "stop": 931338912
        },
        {
            "start": 931338914,
            "stop": 931338915
        },
        {
            "start": 931338917,
            "stop": 931338920
        },
        {
            "start": 931338922,
            "stop": 931338926
        },
        {
            "start": 931338928,
            "stop": 931338930
        },
        {
            "start": 931338938,
            "stop": 931338940
        },
        {
            "start": 931338942,
            "stop": 931338946
        },
        {
            "start": 931338949,
            "stop": 931338952
        },
        {
            "start": 931338960,
            "stop": 931338963
        },
        {
            "start": 931338969,
            "stop": 931338970
        },
        {
            "start": 931338974,
            "stop": 931338979
        },
        {
            "start": 931338989,
            "stop": 931338990
        },
        {
            "start": 931338994,
            "stop": 931338996
        },
        {
            "start": 931339007,
            "stop": 931339016
        },
        {
            "start": 931339019,
            "stop": 931339022
        },
        {
            "start": 931339025,
            "stop": 931339030
        },
        {
            "start": 931339046,
            "stop": 931339047
        },
        {
            "start": 931339060,
            "stop": 931339063
        },
        {
            "start": 931339065,
            "stop": 931339066
        },
        {
            "start": 931339076,
            "stop": 931339080
        }
    ]
}