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=226
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=227",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=225",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 226,
    "results": [
        {
            "start": 820217447,
            "stop": 820217489
        },
        {
            "start": 820217492,
            "stop": 820217509
        },
        {
            "start": 820217513,
            "stop": 820217617
        },
        {
            "start": 820217621,
            "stop": 820217623
        },
        {
            "start": 820217628,
            "stop": 820217696
        },
        {
            "start": 820217699,
            "stop": 820217720
        },
        {
            "start": 820217723,
            "stop": 820217862
        },
        {
            "start": 820217865,
            "stop": 820217962
        },
        {
            "start": 820217965,
            "stop": 820218172
        },
        {
            "start": 820218176,
            "stop": 820218193
        },
        {
            "start": 820218196,
            "stop": 820218380
        },
        {
            "start": 820228454,
            "stop": 820228472
        },
        {
            "start": 820228477,
            "stop": 820228479
        },
        {
            "start": 820228483,
            "stop": 820228532
        },
        {
            "start": 820228536,
            "stop": 820228694
        },
        {
            "start": 820228697,
            "stop": 820228965
        },
        {
            "start": 820228968,
            "stop": 820229052
        },
        {
            "start": 820229055,
            "stop": 820229058
        },
        {
            "start": 820229061,
            "stop": 820229074
        },
        {
            "start": 820229077,
            "stop": 820229153
        }
    ]
}