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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15688",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15686",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15687,
    "results": [
        {
            "start": 971161268,
            "stop": 971161271
        },
        {
            "start": 971161274,
            "stop": 971161277
        },
        {
            "start": 971161280,
            "stop": 971161284
        },
        {
            "start": 971161286,
            "stop": 971161287
        },
        {
            "start": 971161289,
            "stop": 971161290
        },
        {
            "start": 971161292,
            "stop": 971161293
        },
        {
            "start": 971161294,
            "stop": 971161300
        },
        {
            "start": 971161302,
            "stop": 971161305
        },
        {
            "start": 971161308,
            "stop": 971161309
        },
        {
            "start": 971161310,
            "stop": 971161313
        },
        {
            "start": 971161316,
            "stop": 971161317
        },
        {
            "start": 971161319,
            "stop": 971161327
        },
        {
            "start": 971161333,
            "stop": 971161337
        },
        {
            "start": 971161339,
            "stop": 971161344
        },
        {
            "start": 971161346,
            "stop": 971161348
        },
        {
            "start": 971161350,
            "stop": 971161351
        },
        {
            "start": 971161354,
            "stop": 971161357
        },
        {
            "start": 971161361,
            "stop": 971161369
        },
        {
            "start": 971161373,
            "stop": 971161375
        },
        {
            "start": 971161378,
            "stop": 971161381
        }
    ]
}