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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=147",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 148,
    "results": [
        {
            "start": 819730982,
            "stop": 819731126
        },
        {
            "start": 819731133,
            "stop": 819731146
        },
        {
            "start": 819731153,
            "stop": 819731199
        },
        {
            "start": 819731206,
            "stop": 819731300
        },
        {
            "start": 819731308,
            "stop": 819731503
        },
        {
            "start": 819731510,
            "stop": 819731859
        },
        {
            "start": 819731866,
            "stop": 819732187
        },
        {
            "start": 819732194,
            "stop": 819732429
        },
        {
            "start": 819732437,
            "stop": 819732564
        },
        {
            "start": 819732571,
            "stop": 819732608
        },
        {
            "start": 819732615,
            "stop": 819732664
        },
        {
            "start": 819732671,
            "stop": 819732680
        },
        {
            "start": 819732687,
            "stop": 819732834
        },
        {
            "start": 819732841,
            "stop": 819732956
        },
        {
            "start": 819732963,
            "stop": 819733048
        },
        {
            "start": 819733055,
            "stop": 819733112
        },
        {
            "start": 819733125,
            "stop": 819733200
        },
        {
            "start": 819733207,
            "stop": 819733214
        },
        {
            "start": 819733221,
            "stop": 819733549
        },
        {
            "start": 819733557,
            "stop": 819733594
        }
    ]
}