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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=533",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=531",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 532,
    "results": [
        {
            "start": 869596883,
            "stop": 869596913
        },
        {
            "start": 869596915,
            "stop": 869596918
        },
        {
            "start": 869596920,
            "stop": 869596923
        },
        {
            "start": 869596924,
            "stop": 869596929
        },
        {
            "start": 869596931,
            "stop": 869596938
        },
        {
            "start": 869596940,
            "stop": 869596958
        },
        {
            "start": 869596960,
            "stop": 869597861
        },
        {
            "start": 869597864,
            "stop": 869614925
        },
        {
            "start": 869617748,
            "stop": 869617874
        },
        {
            "start": 869617876,
            "stop": 869618987
        },
        {
            "start": 869622393,
            "stop": 869622400
        },
        {
            "start": 869622402,
            "stop": 869622426
        },
        {
            "start": 869622427,
            "stop": 869622514
        },
        {
            "start": 869622516,
            "stop": 869623636
        },
        {
            "start": 869623637,
            "stop": 869645370
        },
        {
            "start": 869650849,
            "stop": 869668550
        },
        {
            "start": 869671778,
            "stop": 869677526
        },
        {
            "start": 869677618,
            "stop": 869677629
        },
        {
            "start": 869678121,
            "stop": 869680097
        },
        {
            "start": 869680716,
            "stop": 869685980
        }
    ]
}