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=294
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=295",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=293",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 294,
    "results": [
        {
            "start": 856800294,
            "stop": 856801008
        },
        {
            "start": 856801418,
            "stop": 856803129
        },
        {
            "start": 856805398,
            "stop": 856808954
        },
        {
            "start": 856809097,
            "stop": 856809114
        },
        {
            "start": 856809313,
            "stop": 856811863
        },
        {
            "start": 856817815,
            "stop": 856822178
        },
        {
            "start": 856825872,
            "stop": 856826045
        },
        {
            "start": 856832277,
            "stop": 856834538
        },
        {
            "start": 856834842,
            "stop": 856858496
        },
        {
            "start": 856859512,
            "stop": 856862442
        },
        {
            "start": 856864387,
            "stop": 856866840
        },
        {
            "start": 856868058,
            "stop": 856879190
        },
        {
            "start": 856880639,
            "stop": 856888382
        },
        {
            "start": 856889574,
            "stop": 856915497
        },
        {
            "start": 856915613,
            "stop": 856934764
        },
        {
            "start": 856935826,
            "stop": 856943338
        },
        {
            "start": 856944427,
            "stop": 856951514
        },
        {
            "start": 856951681,
            "stop": 856960258
        },
        {
            "start": 856960438,
            "stop": 856960448
        },
        {
            "start": 856960728,
            "stop": 856972273
        }
    ]
}