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=538
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=539",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=537",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 538,
    "results": [
        {
            "start": 870563462,
            "stop": 870593132
        },
        {
            "start": 870597879,
            "stop": 870609433
        },
        {
            "start": 870610775,
            "stop": 870612979
        },
        {
            "start": 870613257,
            "stop": 870614300
        },
        {
            "start": 870614385,
            "stop": 870615872
        },
        {
            "start": 870617307,
            "stop": 870618402
        },
        {
            "start": 870618440,
            "stop": 870620099
        },
        {
            "start": 870620161,
            "stop": 870620312
        },
        {
            "start": 870620438,
            "stop": 870621084
        },
        {
            "start": 870621128,
            "stop": 870621765
        },
        {
            "start": 870621767,
            "stop": 870621905
        },
        {
            "start": 870621907,
            "stop": 870621934
        },
        {
            "start": 870622434,
            "stop": 870623369
        },
        {
            "start": 870662770,
            "stop": 870663884
        },
        {
            "start": 870663922,
            "stop": 870667999
        },
        {
            "start": 870668082,
            "stop": 870683262
        },
        {
            "start": 870684588,
            "stop": 870703414
        },
        {
            "start": 870708217,
            "stop": 870708309
        },
        {
            "start": 870708311,
            "stop": 870708501
        },
        {
            "start": 870708613,
            "stop": 870710397
        }
    ]
}