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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=111",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 112,
    "results": [
        {
            "start": 931385106,
            "stop": 931385127
        },
        {
            "start": 931385128,
            "stop": 931385141
        },
        {
            "start": 931385143,
            "stop": 931385147
        },
        {
            "start": 931385149,
            "stop": 931385230
        },
        {
            "start": 931385231,
            "stop": 931385278
        },
        {
            "start": 931385282,
            "stop": 931385319
        },
        {
            "start": 931385321,
            "stop": 931385345
        },
        {
            "start": 931385347,
            "stop": 931385415
        },
        {
            "start": 931385416,
            "stop": 931385427
        },
        {
            "start": 931385429,
            "stop": 931385506
        },
        {
            "start": 931385507,
            "stop": 931385601
        },
        {
            "start": 931385602,
            "stop": 931385704
        },
        {
            "start": 931385706,
            "stop": 931385728
        },
        {
            "start": 931385730,
            "stop": 931385780
        },
        {
            "start": 931385782,
            "stop": 931385803
        },
        {
            "start": 931385804,
            "stop": 931385824
        },
        {
            "start": 931385826,
            "stop": 931385828
        },
        {
            "start": 931385830,
            "stop": 931385869
        },
        {
            "start": 931385871,
            "stop": 931385883
        },
        {
            "start": 931385885,
            "stop": 931385897
        }
    ]
}