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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=259",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=257",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 258,
    "results": [
        {
            "start": 1177094863,
            "stop": 1177094901
        },
        {
            "start": 1177094902,
            "stop": 1177094906
        },
        {
            "start": 1177094907,
            "stop": 1177094942
        },
        {
            "start": 1177094943,
            "stop": 1177095031
        },
        {
            "start": 1177095032,
            "stop": 1177095049
        },
        {
            "start": 1177095050,
            "stop": 1177095051
        },
        {
            "start": 1177095052,
            "stop": 1177095056
        },
        {
            "start": 1177095058,
            "stop": 1177095059
        },
        {
            "start": 1177095063,
            "stop": 1177095528
        },
        {
            "start": 1177095530,
            "stop": 1177096777
        },
        {
            "start": 1177096781,
            "stop": 1177096923
        },
        {
            "start": 1177096924,
            "stop": 1177096925
        },
        {
            "start": 1177096926,
            "stop": 1177096965
        },
        {
            "start": 1177096966,
            "stop": 1177097181
        },
        {
            "start": 1177097182,
            "stop": 1177097602
        },
        {
            "start": 1177097603,
            "stop": 1177097648
        },
        {
            "start": 1177097649,
            "stop": 1177097708
        },
        {
            "start": 1177097709,
            "stop": 1177097963
        },
        {
            "start": 1177097964,
            "stop": 1177098078
        },
        {
            "start": 1177098079,
            "stop": 1177098206
        }
    ]
}