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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=131",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 132,
    "results": [
        {
            "start": 819778789,
            "stop": 819779666
        },
        {
            "start": 819779674,
            "stop": 819780312
        },
        {
            "start": 819780319,
            "stop": 819780927
        },
        {
            "start": 819780934,
            "stop": 819781781
        },
        {
            "start": 819781788,
            "stop": 819782449
        },
        {
            "start": 819782457,
            "stop": 819784148
        },
        {
            "start": 819784156,
            "stop": 819786211
        },
        {
            "start": 819786218,
            "stop": 819786294
        },
        {
            "start": 819786302,
            "stop": 819786504
        },
        {
            "start": 819786511,
            "stop": 819788040
        },
        {
            "start": 819788100,
            "stop": 819789960
        },
        {
            "start": 819790020,
            "stop": 819790029
        },
        {
            "start": 819791652,
            "stop": 819792043
        },
        {
            "start": 819792050,
            "stop": 819792318
        },
        {
            "start": 819792325,
            "stop": 819792326
        },
        {
            "start": 819792333,
            "stop": 819793187
        },
        {
            "start": 819793194,
            "stop": 819793350
        },
        {
            "start": 819793357,
            "stop": 819794073
        },
        {
            "start": 819794080,
            "stop": 819795047
        },
        {
            "start": 819795054,
            "stop": 819795100
        }
    ]
}