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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=305",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 306,
    "results": [
        {
            "start": 933728636,
            "stop": 933732154
        },
        {
            "start": 933732156,
            "stop": 933732180
        },
        {
            "start": 933732182,
            "stop": 933732187
        },
        {
            "start": 933732189,
            "stop": 933732205
        },
        {
            "start": 933732208,
            "stop": 933732212
        },
        {
            "start": 933732214,
            "stop": 933732228
        },
        {
            "start": 933732232,
            "stop": 933732975
        },
        {
            "start": 933738363,
            "stop": 933739352
        },
        {
            "start": 933739355,
            "stop": 933739356
        },
        {
            "start": 933739358,
            "stop": 933739363
        },
        {
            "start": 933739367,
            "stop": 933739382
        },
        {
            "start": 933739385,
            "stop": 933739408
        },
        {
            "start": 933739411,
            "stop": 933739431
        },
        {
            "start": 933739435,
            "stop": 933742980
        },
        {
            "start": 933742982,
            "stop": 933743012
        },
        {
            "start": 933743014,
            "stop": 933743020
        },
        {
            "start": 933743023,
            "stop": 933743029
        },
        {
            "start": 933743033,
            "stop": 933746563
        },
        {
            "start": 933746567,
            "stop": 933746581
        },
        {
            "start": 933746583,
            "stop": 933746607
        }
    ]
}