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=6284
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=6285",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6283",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6284,
    "results": [
        {
            "start": 875103162,
            "stop": 875103539
        },
        {
            "start": 875103544,
            "stop": 875103549
        },
        {
            "start": 875103553,
            "stop": 875103747
        },
        {
            "start": 875103750,
            "stop": 875103754
        },
        {
            "start": 875103757,
            "stop": 875103874
        },
        {
            "start": 875103877,
            "stop": 875103892
        },
        {
            "start": 875103895,
            "stop": 875103911
        },
        {
            "start": 875103916,
            "stop": 875103974
        },
        {
            "start": 875103982,
            "stop": 875103993
        },
        {
            "start": 875103996,
            "stop": 875104005
        },
        {
            "start": 875104009,
            "stop": 875104025
        },
        {
            "start": 875104028,
            "stop": 875104041
        },
        {
            "start": 875104043,
            "stop": 875104053
        },
        {
            "start": 875104055,
            "stop": 875104103
        },
        {
            "start": 875104107,
            "stop": 875104133
        },
        {
            "start": 875104136,
            "stop": 875105185
        },
        {
            "start": 875105188,
            "stop": 875105209
        },
        {
            "start": 875105212,
            "stop": 875105351
        },
        {
            "start": 875105357,
            "stop": 875105409
        },
        {
            "start": 875105412,
            "stop": 875105899
        }
    ]
}