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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=281",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 282,
    "results": [
        {
            "start": 821580808,
            "stop": 821580912
        },
        {
            "start": 821580920,
            "stop": 821580933
        },
        {
            "start": 821580940,
            "stop": 821580965
        },
        {
            "start": 821580972,
            "stop": 821581142
        },
        {
            "start": 821581150,
            "stop": 821581487
        },
        {
            "start": 821581514,
            "stop": 821581569
        },
        {
            "start": 821581576,
            "stop": 821581613
        },
        {
            "start": 821581628,
            "stop": 821581696
        },
        {
            "start": 821581703,
            "stop": 821581738
        },
        {
            "start": 821581746,
            "stop": 821581774
        },
        {
            "start": 821581781,
            "stop": 821581815
        },
        {
            "start": 821581829,
            "stop": 821582064
        },
        {
            "start": 821582078,
            "stop": 821582355
        },
        {
            "start": 821582362,
            "stop": 821582404
        },
        {
            "start": 821582411,
            "stop": 821582460
        },
        {
            "start": 821582580,
            "stop": 821582596
        },
        {
            "start": 821582603,
            "stop": 821582706
        },
        {
            "start": 821582713,
            "stop": 821582773
        },
        {
            "start": 821582825,
            "stop": 821582826
        },
        {
            "start": 821591776,
            "stop": 821591847
        }
    ]
}