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=273
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=274",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=272",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 273,
    "results": [
        {
            "start": 1264626635,
            "stop": 1264628783
        },
        {
            "start": 1264628784,
            "stop": 1264628785
        },
        {
            "start": 1264628787,
            "stop": 1264628813
        },
        {
            "start": 1264628817,
            "stop": 1264628818
        },
        {
            "start": 1264628819,
            "stop": 1264628821
        },
        {
            "start": 1264628822,
            "stop": 1264628843
        },
        {
            "start": 1264628844,
            "stop": 1264628845
        },
        {
            "start": 1264628847,
            "stop": 1264628959
        },
        {
            "start": 1264628960,
            "stop": 1264628976
        },
        {
            "start": 1264628977,
            "stop": 1264628979
        },
        {
            "start": 1264628980,
            "stop": 1264628983
        },
        {
            "start": 1264628985,
            "stop": 1264629001
        },
        {
            "start": 1264629003,
            "stop": 1264629004
        },
        {
            "start": 1264629006,
            "stop": 1264630198
        },
        {
            "start": 1264630199,
            "stop": 1264630202
        },
        {
            "start": 1264630204,
            "stop": 1264630231
        },
        {
            "start": 1264630232,
            "stop": 1264630252
        },
        {
            "start": 1264630253,
            "stop": 1264630254
        },
        {
            "start": 1264630256,
            "stop": 1264630257
        },
        {
            "start": 1264630260,
            "stop": 1264630294
        }
    ]
}