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=367
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=368",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=366",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 367,
    "results": [
        {
            "start": 848435370,
            "stop": 848435493
        },
        {
            "start": 848435494,
            "stop": 848435720
        },
        {
            "start": 848436602,
            "stop": 848439148
        },
        {
            "start": 848441053,
            "stop": 848441072
        },
        {
            "start": 848441136,
            "stop": 848445491
        },
        {
            "start": 848445832,
            "stop": 848452296
        },
        {
            "start": 848452298,
            "stop": 848453287
        },
        {
            "start": 848453289,
            "stop": 848454585
        },
        {
            "start": 848454587,
            "stop": 848461213
        },
        {
            "start": 848461215,
            "stop": 848475311
        },
        {
            "start": 848476115,
            "stop": 848481827
        },
        {
            "start": 848481829,
            "stop": 848493672
        },
        {
            "start": 848497787,
            "stop": 848502439
        },
        {
            "start": 848502647,
            "stop": 848507968
        },
        {
            "start": 848508111,
            "stop": 848538338
        },
        {
            "start": 848538340,
            "stop": 848539190
        },
        {
            "start": 848539338,
            "stop": 848541589
        },
        {
            "start": 848541591,
            "stop": 848551832
        },
        {
            "start": 848551834,
            "stop": 848553576
        },
        {
            "start": 848553578,
            "stop": 848554024
        }
    ]
}