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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=450",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=448",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 449,
    "results": [
        {
            "start": 863395528,
            "stop": 863395540
        },
        {
            "start": 863395548,
            "stop": 863395607
        },
        {
            "start": 863395613,
            "stop": 863398038
        },
        {
            "start": 863398212,
            "stop": 863401065
        },
        {
            "start": 863401382,
            "stop": 863401394
        },
        {
            "start": 863401504,
            "stop": 863401671
        },
        {
            "start": 863401971,
            "stop": 863402468
        },
        {
            "start": 863403032,
            "stop": 863403042
        },
        {
            "start": 863403152,
            "stop": 863403253
        },
        {
            "start": 863403553,
            "stop": 863409087
        },
        {
            "start": 863409093,
            "stop": 863413931
        },
        {
            "start": 863413933,
            "stop": 863435873
        },
        {
            "start": 863436158,
            "stop": 863438490
        },
        {
            "start": 863438495,
            "stop": 863446125
        },
        {
            "start": 863446130,
            "stop": 863457481
        },
        {
            "start": 863459746,
            "stop": 863460001
        },
        {
            "start": 863460665,
            "stop": 863461077
        },
        {
            "start": 863461080,
            "stop": 863461196
        },
        {
            "start": 863461610,
            "stop": 863462406
        },
        {
            "start": 863465693,
            "stop": 863466220
        }
    ]
}