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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=301",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 302,
    "results": [
        {
            "start": 818407738,
            "stop": 818408371
        },
        {
            "start": 818408392,
            "stop": 818408730
        },
        {
            "start": 818410639,
            "stop": 818410670
        },
        {
            "start": 818410690,
            "stop": 818411044
        },
        {
            "start": 818411063,
            "stop": 818411316
        },
        {
            "start": 818411336,
            "stop": 818411374
        },
        {
            "start": 818411394,
            "stop": 818411645
        },
        {
            "start": 818411665,
            "stop": 818411921
        },
        {
            "start": 818411943,
            "stop": 818412893
        },
        {
            "start": 818412912,
            "stop": 818415767
        },
        {
            "start": 818415794,
            "stop": 818416609
        },
        {
            "start": 818422070,
            "stop": 818422120
        },
        {
            "start": 818422124,
            "stop": 818422142
        },
        {
            "start": 818422145,
            "stop": 818422168
        },
        {
            "start": 818422187,
            "stop": 818422190
        },
        {
            "start": 818422193,
            "stop": 818422276
        },
        {
            "start": 818422279,
            "stop": 818422288
        },
        {
            "start": 818422291,
            "stop": 818422295
        },
        {
            "start": 818422299,
            "stop": 818422349
        },
        {
            "start": 818422353,
            "stop": 818422355
        }
    ]
}