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=66
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=67",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=65",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 66,
    "results": [
        {
            "start": 931256896,
            "stop": 931256897
        },
        {
            "start": 931256899,
            "stop": 931256904
        },
        {
            "start": 931256906,
            "stop": 931256914
        },
        {
            "start": 931256916,
            "stop": 931256917
        },
        {
            "start": 931256920,
            "stop": 931256927
        },
        {
            "start": 931256929,
            "stop": 931256930
        },
        {
            "start": 931256931,
            "stop": 931256933
        },
        {
            "start": 931256950,
            "stop": 931256952
        },
        {
            "start": 931256966,
            "stop": 931256970
        },
        {
            "start": 931256975,
            "stop": 931256977
        },
        {
            "start": 931256979,
            "stop": 931256981
        },
        {
            "start": 931256984,
            "stop": 931256990
        },
        {
            "start": 931256993,
            "stop": 931256998
        },
        {
            "start": 931257000,
            "stop": 931257002
        },
        {
            "start": 931257005,
            "stop": 931257006
        },
        {
            "start": 931257010,
            "stop": 931257011
        },
        {
            "start": 931257015,
            "stop": 931257017
        },
        {
            "start": 931257023,
            "stop": 931257024
        },
        {
            "start": 931257030,
            "stop": 931257031
        },
        {
            "start": 931257034,
            "stop": 931257036
        }
    ]
}