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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=147",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 148,
    "results": [
        {
            "start": 818076108,
            "stop": 818076113
        },
        {
            "start": 818076116,
            "stop": 818076132
        },
        {
            "start": 818076138,
            "stop": 818076142
        },
        {
            "start": 818076145,
            "stop": 818076148
        },
        {
            "start": 818076157,
            "stop": 818076159
        },
        {
            "start": 818076165,
            "stop": 818076166
        },
        {
            "start": 818076169,
            "stop": 818076172
        },
        {
            "start": 818076175,
            "stop": 818076180
        },
        {
            "start": 818076186,
            "stop": 818076193
        },
        {
            "start": 818076199,
            "stop": 818076201
        },
        {
            "start": 818076205,
            "stop": 818076218
        },
        {
            "start": 818076224,
            "stop": 818076225
        },
        {
            "start": 818076229,
            "stop": 818076232
        },
        {
            "start": 818076235,
            "stop": 818076238
        },
        {
            "start": 818076241,
            "stop": 818076250
        },
        {
            "start": 818076260,
            "stop": 818076262
        },
        {
            "start": 818076270,
            "stop": 818076272
        },
        {
            "start": 818076283,
            "stop": 818076287
        },
        {
            "start": 818076290,
            "stop": 818076294
        },
        {
            "start": 818076297,
            "stop": 818076298
        }
    ]
}