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=233
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=234",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=232",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 233,
    "results": [
        {
            "start": 817805567,
            "stop": 817805580
        },
        {
            "start": 817805607,
            "stop": 817805611
        },
        {
            "start": 817805628,
            "stop": 817805631
        },
        {
            "start": 817805677,
            "stop": 817805686
        },
        {
            "start": 817805730,
            "stop": 817805770
        },
        {
            "start": 817805792,
            "stop": 817805806
        },
        {
            "start": 817805829,
            "stop": 817805887
        },
        {
            "start": 817806029,
            "stop": 817806033
        },
        {
            "start": 817806066,
            "stop": 817806068
        },
        {
            "start": 817806112,
            "stop": 817806136
        },
        {
            "start": 817806177,
            "stop": 817806218
        },
        {
            "start": 817806242,
            "stop": 817806251
        },
        {
            "start": 817806280,
            "stop": 817806304
        },
        {
            "start": 817806324,
            "stop": 817806407
        },
        {
            "start": 817806428,
            "stop": 817806443
        },
        {
            "start": 817806473,
            "stop": 817806603
        },
        {
            "start": 817806626,
            "stop": 817806664
        },
        {
            "start": 817806684,
            "stop": 817806849
        },
        {
            "start": 817806884,
            "stop": 817806888
        },
        {
            "start": 817806935,
            "stop": 817806953
        }
    ]
}