Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6903
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6904",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6902",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6903,
    "results": [
        {
            "start": 873480644,
            "stop": 873480685
        },
        {
            "start": 873480689,
            "stop": 873480699
        },
        {
            "start": 873480703,
            "stop": 873480704
        },
        {
            "start": 873480712,
            "stop": 873480757
        },
        {
            "start": 873480763,
            "stop": 873481080
        },
        {
            "start": 873481200,
            "stop": 873481250
        },
        {
            "start": 873481254,
            "stop": 873481341
        },
        {
            "start": 873481346,
            "stop": 873481365
        },
        {
            "start": 873481369,
            "stop": 873481383
        },
        {
            "start": 873481388,
            "stop": 873481400
        },
        {
            "start": 873481405,
            "stop": 873481408
        },
        {
            "start": 873481411,
            "stop": 873481416
        },
        {
            "start": 873481419,
            "stop": 873481433
        },
        {
            "start": 873481437,
            "stop": 873481458
        },
        {
            "start": 873481462,
            "stop": 873481467
        },
        {
            "start": 873481631,
            "stop": 873481646
        },
        {
            "start": 873481651,
            "stop": 873481905
        },
        {
            "start": 873482123,
            "stop": 873482124
        },
        {
            "start": 873482127,
            "stop": 873482135
        },
        {
            "start": 873482139,
            "stop": 873482163
        }
    ]
}