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=303
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=304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=302",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 303,
    "results": [
        {
            "start": 820936917,
            "stop": 820936992
        },
        {
            "start": 820937024,
            "stop": 820937144
        },
        {
            "start": 820937325,
            "stop": 820937371
        },
        {
            "start": 820937374,
            "stop": 820937419
        },
        {
            "start": 820937539,
            "stop": 820937979
        },
        {
            "start": 820937982,
            "stop": 820938057
        },
        {
            "start": 820938061,
            "stop": 820938122
        },
        {
            "start": 820938125,
            "stop": 820938568
        },
        {
            "start": 820938571,
            "stop": 820938644
        },
        {
            "start": 820938825,
            "stop": 820938960
        },
        {
            "start": 820939020,
            "stop": 820939260
        },
        {
            "start": 820939380,
            "stop": 820939480
        },
        {
            "start": 820939483,
            "stop": 820939542
        },
        {
            "start": 820939546,
            "stop": 820939551
        },
        {
            "start": 820939620,
            "stop": 820939734
        },
        {
            "start": 820939737,
            "stop": 820939920
        },
        {
            "start": 820939980,
            "stop": 820940040
        },
        {
            "start": 820940100,
            "stop": 820940113
        },
        {
            "start": 820940415,
            "stop": 820940487
        },
        {
            "start": 820940607,
            "stop": 820940669
        }
    ]
}