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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=580",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=578",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 579,
    "results": [
        {
            "start": 827680860,
            "stop": 827681040
        },
        {
            "start": 827681100,
            "stop": 827681217
        },
        {
            "start": 827681258,
            "stop": 827681370
        },
        {
            "start": 827681520,
            "stop": 827681640
        },
        {
            "start": 827681700,
            "stop": 827683260
        },
        {
            "start": 827683320,
            "stop": 827683603
        },
        {
            "start": 827683620,
            "stop": 827683736
        },
        {
            "start": 827683756,
            "stop": 827683800
        },
        {
            "start": 827683871,
            "stop": 827684191
        },
        {
            "start": 827684210,
            "stop": 827684458
        },
        {
            "start": 827684461,
            "stop": 827684495
        },
        {
            "start": 827684515,
            "stop": 827684707
        },
        {
            "start": 827684726,
            "stop": 827685284
        },
        {
            "start": 827685329,
            "stop": 827686140
        },
        {
            "start": 827686200,
            "stop": 827686350
        },
        {
            "start": 827686440,
            "stop": 827687406
        },
        {
            "start": 827689435,
            "stop": 827689910
        },
        {
            "start": 827689927,
            "stop": 827690010
        },
        {
            "start": 827690027,
            "stop": 827691208
        },
        {
            "start": 827691225,
            "stop": 827691497
        }
    ]
}