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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40989",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40987",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40988,
    "results": [
        {
            "start": 875142827,
            "stop": 875142832
        },
        {
            "start": 875142834,
            "stop": 875142849
        },
        {
            "start": 875142850,
            "stop": 875142866
        },
        {
            "start": 875142867,
            "stop": 875142882
        },
        {
            "start": 875142884,
            "stop": 875142905
        },
        {
            "start": 875142907,
            "stop": 875142934
        },
        {
            "start": 875142936,
            "stop": 875142956
        },
        {
            "start": 875142957,
            "stop": 875142987
        },
        {
            "start": 875142989,
            "stop": 875143005
        },
        {
            "start": 875143006,
            "stop": 875143109
        },
        {
            "start": 875143111,
            "stop": 875143136
        },
        {
            "start": 875143137,
            "stop": 875143165
        },
        {
            "start": 875143166,
            "stop": 875143208
        },
        {
            "start": 875143209,
            "stop": 875143268
        },
        {
            "start": 875143269,
            "stop": 875143281
        },
        {
            "start": 875143283,
            "stop": 875143298
        },
        {
            "start": 875143299,
            "stop": 875143305
        },
        {
            "start": 875143308,
            "stop": 875143327
        },
        {
            "start": 875143328,
            "stop": 875143349
        },
        {
            "start": 875143352,
            "stop": 875143382
        }
    ]
}