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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9906",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9904",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9905,
    "results": [
        {
            "start": 874631776,
            "stop": 874632681
        },
        {
            "start": 874632698,
            "stop": 874634084
        },
        {
            "start": 874634204,
            "stop": 874634700
        },
        {
            "start": 874635000,
            "stop": 874635621
        },
        {
            "start": 874635638,
            "stop": 874636529
        },
        {
            "start": 874636702,
            "stop": 874636919
        },
        {
            "start": 874637039,
            "stop": 874637460
        },
        {
            "start": 874637520,
            "stop": 874638060
        },
        {
            "start": 874638180,
            "stop": 874639500
        },
        {
            "start": 874639560,
            "stop": 874640143
        },
        {
            "start": 874640263,
            "stop": 874640391
        },
        {
            "start": 874640511,
            "stop": 874641064
        },
        {
            "start": 874641081,
            "stop": 874641660
        },
        {
            "start": 874641720,
            "stop": 874642140
        },
        {
            "start": 874642320,
            "stop": 874643340
        },
        {
            "start": 874643400,
            "stop": 874643520
        },
        {
            "start": 874643590,
            "stop": 874643700
        },
        {
            "start": 874643760,
            "stop": 874643820
        },
        {
            "start": 874643880,
            "stop": 874644000
        },
        {
            "start": 874644060,
            "stop": 874644180
        }
    ]
}