Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6286
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6287",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6285",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6286,
    "results": [
        {
            "start": 875106920,
            "stop": 875107065
        },
        {
            "start": 875107068,
            "stop": 875107182
        },
        {
            "start": 875107185,
            "stop": 875107236
        },
        {
            "start": 875107239,
            "stop": 875107250
        },
        {
            "start": 875107253,
            "stop": 875107293
        },
        {
            "start": 875107301,
            "stop": 875107433
        },
        {
            "start": 875107438,
            "stop": 875107474
        },
        {
            "start": 875107477,
            "stop": 875107479
        },
        {
            "start": 875107482,
            "stop": 875107488
        },
        {
            "start": 875107501,
            "stop": 875107508
        },
        {
            "start": 875107514,
            "stop": 875107628
        },
        {
            "start": 875107633,
            "stop": 875107641
        },
        {
            "start": 875107646,
            "stop": 875107691
        },
        {
            "start": 875107694,
            "stop": 875107716
        },
        {
            "start": 875107719,
            "stop": 875107730
        },
        {
            "start": 875107731,
            "stop": 875107952
        },
        {
            "start": 875107954,
            "stop": 875108413
        },
        {
            "start": 875108416,
            "stop": 875108806
        },
        {
            "start": 875108809,
            "stop": 875108820
        },
        {
            "start": 875108880,
            "stop": 875108887
        }
    ]
}