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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=363",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=361",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 362,
    "results": [
        {
            "start": 821482328,
            "stop": 821482378
        },
        {
            "start": 821482379,
            "stop": 821482403
        },
        {
            "start": 821482404,
            "stop": 821482647
        },
        {
            "start": 821482654,
            "stop": 821482693
        },
        {
            "start": 821482696,
            "stop": 821482739
        },
        {
            "start": 821482746,
            "stop": 821482800
        },
        {
            "start": 821482807,
            "stop": 821482927
        },
        {
            "start": 821482930,
            "stop": 821482995
        },
        {
            "start": 821482998,
            "stop": 821483387
        },
        {
            "start": 821483588,
            "stop": 821483616
        },
        {
            "start": 821483623,
            "stop": 821484019
        },
        {
            "start": 821484026,
            "stop": 821484166
        },
        {
            "start": 821484173,
            "stop": 821484198
        },
        {
            "start": 821484201,
            "stop": 821484357
        },
        {
            "start": 821484360,
            "stop": 821484675
        },
        {
            "start": 821485528,
            "stop": 821485637
        },
        {
            "start": 821485640,
            "stop": 821485760
        },
        {
            "start": 821485767,
            "stop": 821485890
        },
        {
            "start": 821485893,
            "stop": 821485932
        },
        {
            "start": 821485935,
            "stop": 821485945
        }
    ]
}