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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=280",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=278",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 279,
    "results": [
        {
            "start": 818339465,
            "stop": 818339505
        },
        {
            "start": 818340312,
            "stop": 818340541
        },
        {
            "start": 818340560,
            "stop": 818341330
        },
        {
            "start": 818343546,
            "stop": 818344379
        },
        {
            "start": 818344400,
            "stop": 818344707
        },
        {
            "start": 818344728,
            "stop": 818344741
        },
        {
            "start": 818344760,
            "stop": 818345082
        },
        {
            "start": 818345103,
            "stop": 818345119
        },
        {
            "start": 818345138,
            "stop": 818345573
        },
        {
            "start": 818345604,
            "stop": 818345739
        },
        {
            "start": 818345758,
            "stop": 818345972
        },
        {
            "start": 818345994,
            "stop": 818346272
        },
        {
            "start": 818346284,
            "stop": 818346646
        },
        {
            "start": 818346666,
            "stop": 818347001
        },
        {
            "start": 818347022,
            "stop": 818347062
        },
        {
            "start": 818347081,
            "stop": 818347266
        },
        {
            "start": 818360206,
            "stop": 818360329
        },
        {
            "start": 818360361,
            "stop": 818360365
        },
        {
            "start": 818360389,
            "stop": 818360393
        },
        {
            "start": 818360413,
            "stop": 818360524
        }
    ]
}