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=312
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=313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=311",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 312,
    "results": [
        {
            "start": 860879188,
            "stop": 860880035
        },
        {
            "start": 860881181,
            "stop": 860882873
        },
        {
            "start": 860883401,
            "stop": 860916042
        },
        {
            "start": 860917266,
            "stop": 860921903
        },
        {
            "start": 860923356,
            "stop": 860928264
        },
        {
            "start": 860930148,
            "stop": 860936564
        },
        {
            "start": 860937206,
            "stop": 860939220
        },
        {
            "start": 860939786,
            "stop": 860943516
        },
        {
            "start": 860944785,
            "stop": 860945830
        },
        {
            "start": 860947844,
            "stop": 860948437
        },
        {
            "start": 860948570,
            "stop": 860950120
        },
        {
            "start": 860950360,
            "stop": 860968575
        },
        {
            "start": 860969235,
            "stop": 861002448
        },
        {
            "start": 861003720,
            "stop": 861012392
        },
        {
            "start": 861015369,
            "stop": 861018490
        },
        {
            "start": 861020079,
            "stop": 861021954
        },
        {
            "start": 861022185,
            "stop": 861025451
        },
        {
            "start": 861026233,
            "stop": 861028643
        },
        {
            "start": 861028957,
            "stop": 861049605
        },
        {
            "start": 861050014,
            "stop": 861055598
        }
    ]
}