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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=178",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 179,
    "results": [
        {
            "start": 931429497,
            "stop": 931429508
        },
        {
            "start": 931429511,
            "stop": 931429513
        },
        {
            "start": 931429516,
            "stop": 931429520
        },
        {
            "start": 931429522,
            "stop": 931429528
        },
        {
            "start": 931429530,
            "stop": 931429546
        },
        {
            "start": 931429550,
            "stop": 931429557
        },
        {
            "start": 931429559,
            "stop": 931429562
        },
        {
            "start": 931429564,
            "stop": 931429566
        },
        {
            "start": 931429570,
            "stop": 931429575
        },
        {
            "start": 931429577,
            "stop": 931429588
        },
        {
            "start": 931429591,
            "stop": 931429594
        },
        {
            "start": 931429595,
            "stop": 931429599
        },
        {
            "start": 931429603,
            "stop": 931429604
        },
        {
            "start": 931429606,
            "stop": 931429608
        },
        {
            "start": 931429610,
            "stop": 931429613
        },
        {
            "start": 931429615,
            "stop": 931429618
        },
        {
            "start": 931429620,
            "stop": 931429621
        },
        {
            "start": 931429623,
            "stop": 931429625
        },
        {
            "start": 931429628,
            "stop": 931429629
        },
        {
            "start": 931429631,
            "stop": 931429636
        }
    ]
}