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=347
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=348",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=346",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 347,
    "results": [
        {
            "start": 824214302,
            "stop": 824214308
        },
        {
            "start": 824214316,
            "stop": 824214339
        },
        {
            "start": 824214345,
            "stop": 824214432
        },
        {
            "start": 824214675,
            "stop": 824214699
        },
        {
            "start": 824215048,
            "stop": 824215104
        },
        {
            "start": 824215108,
            "stop": 824215176
        },
        {
            "start": 824215180,
            "stop": 824215333
        },
        {
            "start": 824216233,
            "stop": 824216440
        },
        {
            "start": 824216447,
            "stop": 824216481
        },
        {
            "start": 824216485,
            "stop": 824216639
        },
        {
            "start": 824216648,
            "stop": 824216717
        },
        {
            "start": 824216720,
            "stop": 824216891
        },
        {
            "start": 824216901,
            "stop": 824216928
        },
        {
            "start": 824216932,
            "stop": 824216940
        },
        {
            "start": 824217000,
            "stop": 824217134
        },
        {
            "start": 824217138,
            "stop": 824217224
        },
        {
            "start": 824217405,
            "stop": 824217432
        },
        {
            "start": 824221813,
            "stop": 824222249
        },
        {
            "start": 824222253,
            "stop": 824223048
        },
        {
            "start": 824223053,
            "stop": 824223830
        }
    ]
}