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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1160",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1158",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1159,
    "results": [
        {
            "start": 951132873,
            "stop": 951136366
        },
        {
            "start": 951136368,
            "stop": 951136380
        },
        {
            "start": 951136382,
            "stop": 951136404
        },
        {
            "start": 951141220,
            "stop": 951142516
        },
        {
            "start": 951142518,
            "stop": 951142533
        },
        {
            "start": 951144744,
            "stop": 951150121
        },
        {
            "start": 951150123,
            "stop": 951151643
        },
        {
            "start": 951151925,
            "stop": 951152998
        },
        {
            "start": 951153000,
            "stop": 951157133
        },
        {
            "start": 951157135,
            "stop": 951166559
        },
        {
            "start": 951169053,
            "stop": 951169145
        },
        {
            "start": 951169147,
            "stop": 951170146
        },
        {
            "start": 951171214,
            "stop": 951171358
        },
        {
            "start": 951171360,
            "stop": 951177488
        },
        {
            "start": 951177490,
            "stop": 951179588
        },
        {
            "start": 951179590,
            "stop": 951179676
        },
        {
            "start": 951180423,
            "stop": 951180659
        },
        {
            "start": 951180661,
            "stop": 951180899
        },
        {
            "start": 951180901,
            "stop": 951183877
        },
        {
            "start": 951183879,
            "stop": 951192089
        }
    ]
}