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=173
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=174",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=172",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 173,
    "results": [
        {
            "start": 1264369459,
            "stop": 1264369549
        },
        {
            "start": 1264369551,
            "stop": 1264369556
        },
        {
            "start": 1264369559,
            "stop": 1264369564
        },
        {
            "start": 1264369567,
            "stop": 1264369574
        },
        {
            "start": 1264369577,
            "stop": 1264369593
        },
        {
            "start": 1264369594,
            "stop": 1264369600
        },
        {
            "start": 1264369602,
            "stop": 1264369608
        },
        {
            "start": 1264369610,
            "stop": 1264369624
        },
        {
            "start": 1264369625,
            "stop": 1264369633
        },
        {
            "start": 1264369635,
            "stop": 1264369698
        },
        {
            "start": 1264369701,
            "stop": 1264369755
        },
        {
            "start": 1264369758,
            "stop": 1264369841
        },
        {
            "start": 1264369844,
            "stop": 1264369984
        },
        {
            "start": 1264369985,
            "stop": 1264369990
        },
        {
            "start": 1264369993,
            "stop": 1264370056
        },
        {
            "start": 1264370059,
            "stop": 1264370151
        },
        {
            "start": 1264370154,
            "stop": 1264370213
        },
        {
            "start": 1264370215,
            "stop": 1264370263
        },
        {
            "start": 1264370264,
            "stop": 1264370265
        },
        {
            "start": 1264370266,
            "stop": 1264370351
        }
    ]
}