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=6847
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=6848",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6846",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6847,
    "results": [
        {
            "start": 873213542,
            "stop": 873213723
        },
        {
            "start": 873213724,
            "stop": 873213750
        },
        {
            "start": 873215085,
            "stop": 873215100
        },
        {
            "start": 873215105,
            "stop": 873215110
        },
        {
            "start": 873215111,
            "stop": 873215117
        },
        {
            "start": 873215120,
            "stop": 873215152
        },
        {
            "start": 873215153,
            "stop": 873215263
        },
        {
            "start": 873215268,
            "stop": 873215362
        },
        {
            "start": 873215369,
            "stop": 873215399
        },
        {
            "start": 873215400,
            "stop": 873215408
        },
        {
            "start": 873215414,
            "stop": 873215426
        },
        {
            "start": 873215430,
            "stop": 873215480
        },
        {
            "start": 873215484,
            "stop": 873215696
        },
        {
            "start": 873215699,
            "stop": 873215700
        },
        {
            "start": 873215703,
            "stop": 873215720
        },
        {
            "start": 873215723,
            "stop": 873215753
        },
        {
            "start": 873215754,
            "stop": 873215786
        },
        {
            "start": 873215789,
            "stop": 873215807
        },
        {
            "start": 873215810,
            "stop": 873215819
        },
        {
            "start": 873215822,
            "stop": 873215833
        }
    ]
}