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=131
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=132",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=130",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 131,
    "results": [
        {
            "start": 1264254247,
            "stop": 1264254287
        },
        {
            "start": 1264254289,
            "stop": 1264254335
        },
        {
            "start": 1264254337,
            "stop": 1264254359
        },
        {
            "start": 1264254360,
            "stop": 1264254408
        },
        {
            "start": 1264254409,
            "stop": 1264254473
        },
        {
            "start": 1264254475,
            "stop": 1264254502
        },
        {
            "start": 1264254503,
            "stop": 1264254505
        },
        {
            "start": 1264254506,
            "stop": 1264254515
        },
        {
            "start": 1264254517,
            "stop": 1264254554
        },
        {
            "start": 1264254556,
            "stop": 1264254704
        },
        {
            "start": 1264254707,
            "stop": 1264254723
        },
        {
            "start": 1264254726,
            "stop": 1264254743
        },
        {
            "start": 1264254745,
            "stop": 1264254908
        },
        {
            "start": 1264254909,
            "stop": 1264254981
        },
        {
            "start": 1264254983,
            "stop": 1264254989
        },
        {
            "start": 1264254990,
            "stop": 1264254991
        },
        {
            "start": 1264254992,
            "stop": 1264255060
        },
        {
            "start": 1264255061,
            "stop": 1264255246
        },
        {
            "start": 1264255250,
            "stop": 1264255277
        },
        {
            "start": 1264255280,
            "stop": 1264255350
        }
    ]
}