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=97
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=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=96",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 97,
    "results": [
        {
            "start": 817803096,
            "stop": 817803210
        },
        {
            "start": 817804811,
            "stop": 817805287
        },
        {
            "start": 817805291,
            "stop": 817806167
        },
        {
            "start": 817806170,
            "stop": 817807737
        },
        {
            "start": 817807741,
            "stop": 817807968
        },
        {
            "start": 817807971,
            "stop": 817808008
        },
        {
            "start": 817808011,
            "stop": 817808132
        },
        {
            "start": 817808135,
            "stop": 817808219
        },
        {
            "start": 817808222,
            "stop": 817808316
        },
        {
            "start": 817808319,
            "stop": 817808422
        },
        {
            "start": 817808425,
            "stop": 817808628
        },
        {
            "start": 817808633,
            "stop": 817808653
        },
        {
            "start": 817808657,
            "stop": 817808843
        },
        {
            "start": 817808846,
            "stop": 817809212
        },
        {
            "start": 817809216,
            "stop": 817809284
        },
        {
            "start": 817809287,
            "stop": 817809596
        },
        {
            "start": 817809599,
            "stop": 817809806
        },
        {
            "start": 817809815,
            "stop": 817809923
        },
        {
            "start": 817809927,
            "stop": 817810019
        },
        {
            "start": 817810022,
            "stop": 817810027
        }
    ]
}