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=9851
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=9852",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9850",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9851,
    "results": [
        {
            "start": 874107850,
            "stop": 874108250
        },
        {
            "start": 874108267,
            "stop": 874109047
        },
        {
            "start": 874109064,
            "stop": 874109097
        },
        {
            "start": 874109217,
            "stop": 874109331
        },
        {
            "start": 874109348,
            "stop": 874109485
        },
        {
            "start": 874109632,
            "stop": 874109670
        },
        {
            "start": 874109673,
            "stop": 874110112
        },
        {
            "start": 874110129,
            "stop": 874110514
        },
        {
            "start": 874110531,
            "stop": 874110579
        },
        {
            "start": 874110699,
            "stop": 874111195
        },
        {
            "start": 874111212,
            "stop": 874111617
        },
        {
            "start": 874111634,
            "stop": 874112340
        },
        {
            "start": 874112400,
            "stop": 874112700
        },
        {
            "start": 874112760,
            "stop": 874112940
        },
        {
            "start": 874113060,
            "stop": 874113120
        },
        {
            "start": 874113180,
            "stop": 874113240
        },
        {
            "start": 874113360,
            "stop": 874113420
        },
        {
            "start": 874113600,
            "stop": 874113840
        },
        {
            "start": 874113900,
            "stop": 874114140
        },
        {
            "start": 874114200,
            "stop": 874114380
        }
    ]
}