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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=203",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 204,
    "results": [
        {
            "start": 820884797,
            "stop": 820884823
        },
        {
            "start": 820884831,
            "stop": 820884859
        },
        {
            "start": 820887998,
            "stop": 820892664
        },
        {
            "start": 820892671,
            "stop": 820892678
        },
        {
            "start": 820892691,
            "stop": 820892696
        },
        {
            "start": 820892708,
            "stop": 820892713
        },
        {
            "start": 820895818,
            "stop": 820897066
        },
        {
            "start": 820897360,
            "stop": 820900370
        },
        {
            "start": 820900399,
            "stop": 820902884
        },
        {
            "start": 820902939,
            "stop": 820902947
        },
        {
            "start": 820902987,
            "stop": 820903073
        },
        {
            "start": 820903115,
            "stop": 820904889
        },
        {
            "start": 820904923,
            "stop": 820905951
        },
        {
            "start": 820906981,
            "stop": 820909621
        },
        {
            "start": 820909650,
            "stop": 820909658
        },
        {
            "start": 820909703,
            "stop": 820909706
        },
        {
            "start": 820909744,
            "stop": 820911004
        },
        {
            "start": 820911581,
            "stop": 820911849
        },
        {
            "start": 820911979,
            "stop": 820911982
        },
        {
            "start": 820912141,
            "stop": 820912240
        }
    ]
}