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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=181",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 182,
    "results": [
        {
            "start": 818169339,
            "stop": 818169346
        },
        {
            "start": 818169349,
            "stop": 818169352
        },
        {
            "start": 818169356,
            "stop": 818169359
        },
        {
            "start": 818169368,
            "stop": 818169370
        },
        {
            "start": 818169377,
            "stop": 818169378
        },
        {
            "start": 818169405,
            "stop": 818169415
        },
        {
            "start": 818169422,
            "stop": 818169425
        },
        {
            "start": 818169431,
            "stop": 818169435
        },
        {
            "start": 818169441,
            "stop": 818169443
        },
        {
            "start": 818169448,
            "stop": 818169451
        },
        {
            "start": 818169466,
            "stop": 818169467
        },
        {
            "start": 818169483,
            "stop": 818169489
        },
        {
            "start": 818169500,
            "stop": 818169501
        },
        {
            "start": 818169556,
            "stop": 818169563
        },
        {
            "start": 818169591,
            "stop": 818169594
        },
        {
            "start": 818169610,
            "stop": 818169614
        },
        {
            "start": 818169621,
            "stop": 818169627
        },
        {
            "start": 818169632,
            "stop": 818169633
        },
        {
            "start": 818169650,
            "stop": 818169652
        },
        {
            "start": 818169678,
            "stop": 818169687
        }
    ]
}