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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=398",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=396",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 397,
    "results": [
        {
            "start": 825979426,
            "stop": 825979429
        },
        {
            "start": 825979461,
            "stop": 825979470
        },
        {
            "start": 825979478,
            "stop": 825979713
        },
        {
            "start": 825979720,
            "stop": 825979840
        },
        {
            "start": 825979847,
            "stop": 825979899
        },
        {
            "start": 825979906,
            "stop": 825980717
        },
        {
            "start": 825980724,
            "stop": 825980956
        },
        {
            "start": 825980985,
            "stop": 825981648
        },
        {
            "start": 825981655,
            "stop": 825981943
        },
        {
            "start": 825981950,
            "stop": 825981963
        },
        {
            "start": 825981971,
            "stop": 825982555
        },
        {
            "start": 825982562,
            "stop": 825982589
        },
        {
            "start": 825982596,
            "stop": 825982704
        },
        {
            "start": 825982711,
            "stop": 825984050
        },
        {
            "start": 825984130,
            "stop": 825984590
        },
        {
            "start": 825984790,
            "stop": 825985736
        },
        {
            "start": 825985744,
            "stop": 825985948
        },
        {
            "start": 825985955,
            "stop": 825986244
        },
        {
            "start": 825986251,
            "stop": 825986270
        },
        {
            "start": 825986410,
            "stop": 825986649
        }
    ]
}