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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=7881",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=7879",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 7880,
    "results": [
        {
            "start": 969912318,
            "stop": 969912319
        },
        {
            "start": 969912322,
            "stop": 969912337
        },
        {
            "start": 969912340,
            "stop": 969912341
        },
        {
            "start": 969912344,
            "stop": 969912350
        },
        {
            "start": 969912353,
            "stop": 969912377
        },
        {
            "start": 969912380,
            "stop": 969912409
        },
        {
            "start": 969912412,
            "stop": 969912426
        },
        {
            "start": 969912429,
            "stop": 969912616
        },
        {
            "start": 969912619,
            "stop": 969912636
        },
        {
            "start": 969912639,
            "stop": 969912668
        },
        {
            "start": 969912671,
            "stop": 969912700
        },
        {
            "start": 969912704,
            "stop": 969912710
        },
        {
            "start": 969912713,
            "stop": 969912732
        },
        {
            "start": 969912743,
            "stop": 969912747
        },
        {
            "start": 969912750,
            "stop": 969912817
        },
        {
            "start": 969912820,
            "stop": 969912833
        },
        {
            "start": 969912931,
            "stop": 969912958
        },
        {
            "start": 969912961,
            "stop": 969912967
        },
        {
            "start": 969912970,
            "stop": 969912981
        },
        {
            "start": 969912984,
            "stop": 969913173
        }
    ]
}