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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=173",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 174,
    "results": [
        {
            "start": 932961762,
            "stop": 932961770
        },
        {
            "start": 932961796,
            "stop": 932961810
        },
        {
            "start": 932961829,
            "stop": 932961854
        },
        {
            "start": 932961912,
            "stop": 932961945
        },
        {
            "start": 932962012,
            "stop": 932962017
        },
        {
            "start": 932962036,
            "stop": 932962046
        },
        {
            "start": 932962072,
            "stop": 932962085
        },
        {
            "start": 932962104,
            "stop": 932962145
        },
        {
            "start": 932962164,
            "stop": 932962230
        },
        {
            "start": 932962249,
            "stop": 932962263
        },
        {
            "start": 932962296,
            "stop": 932962339
        },
        {
            "start": 932962358,
            "stop": 932962379
        },
        {
            "start": 932962417,
            "stop": 932962444
        },
        {
            "start": 932962478,
            "stop": 932962480
        },
        {
            "start": 932962508,
            "stop": 932962523
        },
        {
            "start": 932962542,
            "stop": 932962543
        },
        {
            "start": 932962562,
            "stop": 932962571
        },
        {
            "start": 932962590,
            "stop": 932962649
        },
        {
            "start": 932962668,
            "stop": 932962670
        },
        {
            "start": 932962688,
            "stop": 932962719
        }
    ]
}