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=265
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=266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=264",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 265,
    "results": [
        {
            "start": 822320320,
            "stop": 822320330
        },
        {
            "start": 822320410,
            "stop": 822320415
        },
        {
            "start": 822320422,
            "stop": 822321230
        },
        {
            "start": 822321430,
            "stop": 822322206
        },
        {
            "start": 822322350,
            "stop": 822322941
        },
        {
            "start": 822322945,
            "stop": 822322981
        },
        {
            "start": 822323113,
            "stop": 822323510
        },
        {
            "start": 822323518,
            "stop": 822323668
        },
        {
            "start": 822323770,
            "stop": 822323816
        },
        {
            "start": 822325319,
            "stop": 822325738
        },
        {
            "start": 822325742,
            "stop": 822325875
        },
        {
            "start": 822325883,
            "stop": 822325892
        },
        {
            "start": 822325896,
            "stop": 822325906
        },
        {
            "start": 822325910,
            "stop": 822325915
        },
        {
            "start": 822325919,
            "stop": 822325933
        },
        {
            "start": 822326100,
            "stop": 822326129
        },
        {
            "start": 822326136,
            "stop": 822326466
        },
        {
            "start": 822326473,
            "stop": 822326670
        },
        {
            "start": 822326677,
            "stop": 822326750
        },
        {
            "start": 822326830,
            "stop": 822327013
        }
    ]
}