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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=218",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 219,
    "results": [
        {
            "start": 1264390461,
            "stop": 1264390465
        },
        {
            "start": 1264390467,
            "stop": 1264390594
        },
        {
            "start": 1264390595,
            "stop": 1264390757
        },
        {
            "start": 1264390759,
            "stop": 1264390817
        },
        {
            "start": 1264390819,
            "stop": 1264390827
        },
        {
            "start": 1264390829,
            "stop": 1264390834
        },
        {
            "start": 1264390836,
            "stop": 1264390871
        },
        {
            "start": 1264390873,
            "stop": 1264390983
        },
        {
            "start": 1264390984,
            "stop": 1264390991
        },
        {
            "start": 1264390993,
            "stop": 1264390998
        },
        {
            "start": 1264390999,
            "stop": 1264391044
        },
        {
            "start": 1264391046,
            "stop": 1264391080
        },
        {
            "start": 1264391082,
            "stop": 1264391095
        },
        {
            "start": 1264391097,
            "stop": 1264391110
        },
        {
            "start": 1264391112,
            "stop": 1264391141
        },
        {
            "start": 1264391143,
            "stop": 1264391179
        },
        {
            "start": 1264391181,
            "stop": 1264391229
        },
        {
            "start": 1264391230,
            "stop": 1264391233
        },
        {
            "start": 1264391235,
            "stop": 1264391237
        },
        {
            "start": 1264391238,
            "stop": 1264391241
        }
    ]
}