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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=434",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=432",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 433,
    "results": [
        {
            "start": 856774717,
            "stop": 856777941
        },
        {
            "start": 856778101,
            "stop": 856778202
        },
        {
            "start": 856778368,
            "stop": 856780788
        },
        {
            "start": 856780790,
            "stop": 856782532
        },
        {
            "start": 856782678,
            "stop": 856793127
        },
        {
            "start": 856794656,
            "stop": 856797742
        },
        {
            "start": 856798862,
            "stop": 856798954
        },
        {
            "start": 856800294,
            "stop": 856801008
        },
        {
            "start": 856801418,
            "stop": 856803129
        },
        {
            "start": 856805398,
            "stop": 856808954
        },
        {
            "start": 856809097,
            "stop": 856809114
        },
        {
            "start": 856809313,
            "stop": 856811863
        },
        {
            "start": 856817815,
            "stop": 856817857
        },
        {
            "start": 856817860,
            "stop": 856822178
        },
        {
            "start": 856825872,
            "stop": 856826045
        },
        {
            "start": 856832277,
            "stop": 856834538
        },
        {
            "start": 856834842,
            "stop": 856858496
        },
        {
            "start": 856859512,
            "stop": 856861752
        },
        {
            "start": 856861754,
            "stop": 856861781
        },
        {
            "start": 856861782,
            "stop": 856862442
        }
    ]
}