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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=201",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=199",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 200,
    "results": [
        {
            "start": 1420680092,
            "stop": 1420682013
        },
        {
            "start": 1420682015,
            "stop": 1420682467
        },
        {
            "start": 1420682468,
            "stop": 1420684176
        },
        {
            "start": 1420684181,
            "stop": 1420684572
        },
        {
            "start": 1420684576,
            "stop": 1420684668
        },
        {
            "start": 1420684669,
            "stop": 1420685156
        },
        {
            "start": 1420685160,
            "stop": 1420685164
        },
        {
            "start": 1420685169,
            "stop": 1420685304
        },
        {
            "start": 1420685305,
            "stop": 1420686081
        },
        {
            "start": 1420686083,
            "stop": 1420686272
        },
        {
            "start": 1420686274,
            "stop": 1420686612
        },
        {
            "start": 1420686614,
            "stop": 1420686861
        },
        {
            "start": 1420686863,
            "stop": 1420687096
        },
        {
            "start": 1420687100,
            "stop": 1420688702
        },
        {
            "start": 1420688704,
            "stop": 1420688912
        },
        {
            "start": 1420688916,
            "stop": 1420689121
        },
        {
            "start": 1420689122,
            "stop": 1420689132
        },
        {
            "start": 1420689136,
            "stop": 1420689868
        },
        {
            "start": 1420689876,
            "stop": 1420689892
        },
        {
            "start": 1420689896,
            "stop": 1420689988
        }
    ]
}