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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6878",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6876",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6877,
    "results": [
        {
            "start": 873382019,
            "stop": 873382126
        },
        {
            "start": 873382254,
            "stop": 873382440
        },
        {
            "start": 873382560,
            "stop": 873382572
        },
        {
            "start": 873382654,
            "stop": 873382754
        },
        {
            "start": 873382940,
            "stop": 873383002
        },
        {
            "start": 873383160,
            "stop": 873383196
        },
        {
            "start": 873383292,
            "stop": 873383402
        },
        {
            "start": 873384974,
            "stop": 873385183
        },
        {
            "start": 873385187,
            "stop": 873385474
        },
        {
            "start": 873385476,
            "stop": 873385500
        },
        {
            "start": 873385560,
            "stop": 873385744
        },
        {
            "start": 873386164,
            "stop": 873386981
        },
        {
            "start": 873386984,
            "stop": 873387130
        },
        {
            "start": 873387540,
            "stop": 873387720
        },
        {
            "start": 873387840,
            "stop": 873387900
        },
        {
            "start": 873388080,
            "stop": 873388346
        },
        {
            "start": 873388349,
            "stop": 873389882
        },
        {
            "start": 873389885,
            "stop": 873390149
        },
        {
            "start": 873390153,
            "stop": 873390287
        },
        {
            "start": 873393919,
            "stop": 873393950
        }
    ]
}