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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=190",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 191,
    "results": [
        {
            "start": 933757414,
            "stop": 933757429
        },
        {
            "start": 933757433,
            "stop": 933758333
        },
        {
            "start": 933763551,
            "stop": 933764531
        },
        {
            "start": 933764534,
            "stop": 933764551
        },
        {
            "start": 933764554,
            "stop": 933764562
        },
        {
            "start": 933764564,
            "stop": 933764580
        },
        {
            "start": 933764583,
            "stop": 933764587
        },
        {
            "start": 933764590,
            "stop": 933764607
        },
        {
            "start": 933764609,
            "stop": 933764613
        },
        {
            "start": 933764615,
            "stop": 933764630
        },
        {
            "start": 933764634,
            "stop": 933768155
        },
        {
            "start": 933768157,
            "stop": 933768164
        },
        {
            "start": 933768166,
            "stop": 933768180
        },
        {
            "start": 933768183,
            "stop": 933768189
        },
        {
            "start": 933768191,
            "stop": 933768215
        },
        {
            "start": 933768217,
            "stop": 933768231
        },
        {
            "start": 933768234,
            "stop": 933768633
        },
        {
            "start": 933768640,
            "stop": 933771732
        },
        {
            "start": 933771734,
            "stop": 933771756
        },
        {
            "start": 933771758,
            "stop": 933771762
        }
    ]
}