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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=107",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 108,
    "results": [
        {
            "start": 959487824,
            "stop": 959488619
        },
        {
            "start": 959491227,
            "stop": 959492012
        },
        {
            "start": 959501967,
            "stop": 959506673
        },
        {
            "start": 959507703,
            "stop": 959513657
        },
        {
            "start": 959515989,
            "stop": 959518649
        },
        {
            "start": 959519605,
            "stop": 959533258
        },
        {
            "start": 959534049,
            "stop": 959536866
        },
        {
            "start": 959538731,
            "stop": 959548123
        },
        {
            "start": 959581498,
            "stop": 959583056
        },
        {
            "start": 959583829,
            "stop": 959593332
        },
        {
            "start": 959595765,
            "stop": 959599274
        },
        {
            "start": 959601835,
            "stop": 959605837
        },
        {
            "start": 959606693,
            "stop": 959608330
        },
        {
            "start": 959611281,
            "stop": 959611885
        },
        {
            "start": 959612795,
            "stop": 959618790
        },
        {
            "start": 959626442,
            "stop": 959630439
        },
        {
            "start": 959631428,
            "stop": 959635981
        },
        {
            "start": 959659147,
            "stop": 959661125
        },
        {
            "start": 959661360,
            "stop": 959679222
        },
        {
            "start": 959679958,
            "stop": 959687341
        }
    ]
}