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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=83",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 84,
    "results": [
        {
            "start": 1258914450,
            "stop": 1258915901
        },
        {
            "start": 1258915906,
            "stop": 1258916330
        },
        {
            "start": 1258916331,
            "stop": 1258919246
        },
        {
            "start": 1258919250,
            "stop": 1258920589
        },
        {
            "start": 1258920596,
            "stop": 1258922023
        },
        {
            "start": 1258922025,
            "stop": 1258922044
        },
        {
            "start": 1258922046,
            "stop": 1258922047
        },
        {
            "start": 1258922050,
            "stop": 1258922061
        },
        {
            "start": 1258922065,
            "stop": 1258922726
        },
        {
            "start": 1258922730,
            "stop": 1258923614
        },
        {
            "start": 1258929433,
            "stop": 1258931146
        },
        {
            "start": 1258931149,
            "stop": 1258932401
        },
        {
            "start": 1258932404,
            "stop": 1258933965
        },
        {
            "start": 1258933970,
            "stop": 1258936382
        },
        {
            "start": 1258936384,
            "stop": 1258938293
        },
        {
            "start": 1258938297,
            "stop": 1258939848
        },
        {
            "start": 1258939852,
            "stop": 1258940899
        },
        {
            "start": 1258940903,
            "stop": 1258941878
        },
        {
            "start": 1258941880,
            "stop": 1258942852
        },
        {
            "start": 1258942855,
            "stop": 1258944146
        }
    ]
}