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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=580",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=578",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 579,
    "results": [
        {
            "start": 834357493,
            "stop": 834358393
        },
        {
            "start": 834359140,
            "stop": 834368512
        },
        {
            "start": 834368832,
            "stop": 834368843
        },
        {
            "start": 834369243,
            "stop": 834374697
        },
        {
            "start": 834375017,
            "stop": 834376262
        },
        {
            "start": 834376263,
            "stop": 834376617
        },
        {
            "start": 834377017,
            "stop": 834390133
        },
        {
            "start": 834392077,
            "stop": 834409680
        },
        {
            "start": 834409681,
            "stop": 834409706
        },
        {
            "start": 834409709,
            "stop": 834409721
        },
        {
            "start": 834409729,
            "stop": 834409752
        },
        {
            "start": 834409754,
            "stop": 834420924
        },
        {
            "start": 834421636,
            "stop": 834424285
        },
        {
            "start": 834424605,
            "stop": 834425476
        },
        {
            "start": 834425876,
            "stop": 834435138
        },
        {
            "start": 834436076,
            "stop": 834437786
        },
        {
            "start": 834438106,
            "stop": 834439593
        },
        {
            "start": 834439594,
            "stop": 834439870
        },
        {
            "start": 834439882,
            "stop": 834439897
        },
        {
            "start": 834439898,
            "stop": 834442092
        }
    ]
}