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=6231
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=6232",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6230",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6231,
    "results": [
        {
            "start": 874760967,
            "stop": 874760969
        },
        {
            "start": 874760971,
            "stop": 874760989
        },
        {
            "start": 874760990,
            "stop": 874760993
        },
        {
            "start": 874760994,
            "stop": 874761218
        },
        {
            "start": 874761219,
            "stop": 874761275
        },
        {
            "start": 874761276,
            "stop": 874761420
        },
        {
            "start": 874761421,
            "stop": 874761430
        },
        {
            "start": 874761431,
            "stop": 874761449
        },
        {
            "start": 874761450,
            "stop": 874761454
        },
        {
            "start": 874761455,
            "stop": 874761529
        },
        {
            "start": 874761530,
            "stop": 874761561
        },
        {
            "start": 874761563,
            "stop": 874761571
        },
        {
            "start": 874761572,
            "stop": 874761580
        },
        {
            "start": 874761581,
            "stop": 874761595
        },
        {
            "start": 874761596,
            "stop": 874761664
        },
        {
            "start": 874761665,
            "stop": 874761711
        },
        {
            "start": 874761712,
            "stop": 874761739
        },
        {
            "start": 874761741,
            "stop": 874761744
        },
        {
            "start": 874761745,
            "stop": 874761751
        },
        {
            "start": 874761753,
            "stop": 874761767
        }
    ]
}