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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=253",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 254,
    "results": [
        {
            "start": 849941060,
            "stop": 849947773
        },
        {
            "start": 849947810,
            "stop": 849947811
        },
        {
            "start": 849948013,
            "stop": 849948373
        },
        {
            "start": 849948379,
            "stop": 849948380
        },
        {
            "start": 849948548,
            "stop": 849949074
        },
        {
            "start": 849949528,
            "stop": 849966613
        },
        {
            "start": 850003342,
            "stop": 850004105
        },
        {
            "start": 850004173,
            "stop": 850004577
        },
        {
            "start": 850004713,
            "stop": 850005268
        },
        {
            "start": 850005493,
            "stop": 850012327
        },
        {
            "start": 850014380,
            "stop": 850047193
        },
        {
            "start": 850047203,
            "stop": 850047204
        },
        {
            "start": 850047375,
            "stop": 850047433
        },
        {
            "start": 850047630,
            "stop": 850054333
        },
        {
            "start": 850056004,
            "stop": 850056843
        },
        {
            "start": 850056922,
            "stop": 850056974
        },
        {
            "start": 850057068,
            "stop": 850057071
        },
        {
            "start": 850057331,
            "stop": 850080073
        },
        {
            "start": 850080313,
            "stop": 850080373
        },
        {
            "start": 850080377,
            "stop": 850080378
        }
    ]
}