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=307
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=308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=306",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 307,
    "results": [
        {
            "start": 820990394,
            "stop": 820990919
        },
        {
            "start": 820991219,
            "stop": 820991232
        },
        {
            "start": 820991808,
            "stop": 820991816
        },
        {
            "start": 820991819,
            "stop": 820992220
        },
        {
            "start": 820992405,
            "stop": 820992494
        },
        {
            "start": 820992511,
            "stop": 820992646
        },
        {
            "start": 820992649,
            "stop": 820992656
        },
        {
            "start": 820992660,
            "stop": 820992973
        },
        {
            "start": 820992976,
            "stop": 820993719
        },
        {
            "start": 820995490,
            "stop": 820995676
        },
        {
            "start": 820997694,
            "stop": 820997730
        },
        {
            "start": 821025824,
            "stop": 821026260
        },
        {
            "start": 821026320,
            "stop": 821026520
        },
        {
            "start": 821026523,
            "stop": 821027233
        },
        {
            "start": 821032285,
            "stop": 821032287
        },
        {
            "start": 821032291,
            "stop": 821032405
        },
        {
            "start": 821032409,
            "stop": 821032434
        },
        {
            "start": 821032439,
            "stop": 821032575
        },
        {
            "start": 821032579,
            "stop": 821032680
        },
        {
            "start": 821032860,
            "stop": 821032920
        }
    ]
}