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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=765",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=763",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 764,
    "results": [
        {
            "start": 957249209,
            "stop": 957249377
        },
        {
            "start": 957250491,
            "stop": 957250596
        },
        {
            "start": 957250602,
            "stop": 957251023
        },
        {
            "start": 957251029,
            "stop": 957251807
        },
        {
            "start": 957251813,
            "stop": 957251832
        },
        {
            "start": 957251838,
            "stop": 957252314
        },
        {
            "start": 957252320,
            "stop": 957252406
        },
        {
            "start": 957252412,
            "stop": 957252672
        },
        {
            "start": 957252678,
            "stop": 957252968
        },
        {
            "start": 957252974,
            "stop": 957253111
        },
        {
            "start": 957253117,
            "stop": 957254701
        },
        {
            "start": 957254707,
            "stop": 957254811
        },
        {
            "start": 957254817,
            "stop": 957255199
        },
        {
            "start": 957255205,
            "stop": 957255216
        },
        {
            "start": 957255222,
            "stop": 957255515
        },
        {
            "start": 957255521,
            "stop": 957255822
        },
        {
            "start": 957255828,
            "stop": 957255829
        },
        {
            "start": 957255835,
            "stop": 957255882
        },
        {
            "start": 957255888,
            "stop": 957256122
        },
        {
            "start": 957256128,
            "stop": 957256587
        }
    ]
}