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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1844",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1842",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1843,
    "results": [
        {
            "start": 843868138,
            "stop": 843868139
        },
        {
            "start": 843868141,
            "stop": 843868144
        },
        {
            "start": 843868147,
            "stop": 843868153
        },
        {
            "start": 843868161,
            "stop": 843868162
        },
        {
            "start": 843868164,
            "stop": 843868180
        },
        {
            "start": 843868182,
            "stop": 843868187
        },
        {
            "start": 843868189,
            "stop": 843868191
        },
        {
            "start": 843868193,
            "stop": 843868202
        },
        {
            "start": 843868204,
            "stop": 843868248
        },
        {
            "start": 843868250,
            "stop": 843868252
        },
        {
            "start": 843868254,
            "stop": 843868257
        },
        {
            "start": 843868259,
            "stop": 843868270
        },
        {
            "start": 843868273,
            "stop": 843868274
        },
        {
            "start": 843868276,
            "stop": 843868289
        },
        {
            "start": 843868291,
            "stop": 843868304
        },
        {
            "start": 843868306,
            "stop": 843868313
        },
        {
            "start": 843868315,
            "stop": 843868323
        },
        {
            "start": 843868325,
            "stop": 843868326
        },
        {
            "start": 843868328,
            "stop": 843868337
        },
        {
            "start": 843868339,
            "stop": 843868346
        }
    ]
}