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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=154",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 155,
    "results": [
        {
            "start": 1264341839,
            "stop": 1264341844
        },
        {
            "start": 1264341845,
            "stop": 1264341846
        },
        {
            "start": 1264341847,
            "stop": 1264343000
        },
        {
            "start": 1264343002,
            "stop": 1264343004
        },
        {
            "start": 1264343005,
            "stop": 1264343010
        },
        {
            "start": 1264343011,
            "stop": 1264343139
        },
        {
            "start": 1264343140,
            "stop": 1264343883
        },
        {
            "start": 1264343884,
            "stop": 1264343891
        },
        {
            "start": 1264343895,
            "stop": 1264343896
        },
        {
            "start": 1264343897,
            "stop": 1264343898
        },
        {
            "start": 1264343901,
            "stop": 1264343906
        },
        {
            "start": 1264343907,
            "stop": 1264343916
        },
        {
            "start": 1264343917,
            "stop": 1264343966
        },
        {
            "start": 1264343967,
            "stop": 1264343983
        },
        {
            "start": 1264343984,
            "stop": 1264344038
        },
        {
            "start": 1264344039,
            "stop": 1264344042
        },
        {
            "start": 1264344044,
            "stop": 1264344045
        },
        {
            "start": 1264344046,
            "stop": 1264344299
        },
        {
            "start": 1264344301,
            "stop": 1264344302
        },
        {
            "start": 1264344304,
            "stop": 1264344306
        }
    ]
}