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=232
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=233",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=231",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 232,
    "results": [
        {
            "start": 818213657,
            "stop": 818213658
        },
        {
            "start": 818213664,
            "stop": 818213666
        },
        {
            "start": 818213669,
            "stop": 818213672
        },
        {
            "start": 818213680,
            "stop": 818213681
        },
        {
            "start": 818213691,
            "stop": 818213692
        },
        {
            "start": 818213695,
            "stop": 818213697
        },
        {
            "start": 818213704,
            "stop": 818213706
        },
        {
            "start": 818213725,
            "stop": 818213726
        },
        {
            "start": 818213730,
            "stop": 818213732
        },
        {
            "start": 818213748,
            "stop": 818213749
        },
        {
            "start": 818213770,
            "stop": 818213773
        },
        {
            "start": 818213783,
            "stop": 818213784
        },
        {
            "start": 818213794,
            "stop": 818213795
        },
        {
            "start": 818213798,
            "stop": 818213800
        },
        {
            "start": 818213804,
            "stop": 818213806
        },
        {
            "start": 818213812,
            "stop": 818213813
        },
        {
            "start": 818213820,
            "stop": 818213829
        },
        {
            "start": 818213859,
            "stop": 818213860
        },
        {
            "start": 818213881,
            "stop": 818213882
        },
        {
            "start": 818213887,
            "stop": 818213888
        }
    ]
}