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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_CW_CAT1/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_CW_CAT1/segments?format=api&page=16",
    "results_count": 568,
    "results_per_page": 20,
    "num_pages": 29,
    "page_number": 17,
    "results": [
        {
            "start": 1379988526,
            "stop": 1379988625
        },
        {
            "start": 1379992953,
            "stop": 1379993259
        },
        {
            "start": 1379993638,
            "stop": 1379993866
        },
        {
            "start": 1379995016,
            "stop": 1379995230
        },
        {
            "start": 1379996215,
            "stop": 1379996530
        },
        {
            "start": 1380005275,
            "stop": 1380008564
        },
        {
            "start": 1380018372,
            "stop": 1380049237
        },
        {
            "start": 1380056563,
            "stop": 1380174305
        },
        {
            "start": 1380177526,
            "stop": 1380197848
        },
        {
            "start": 1380200729,
            "stop": 1380204576
        },
        {
            "start": 1380228650,
            "stop": 1380234073
        },
        {
            "start": 1380247953,
            "stop": 1380297600
        },
        {
            "start": 1380303193,
            "stop": 1380319054
        },
        {
            "start": 1380319063,
            "stop": 1380319138
        },
        {
            "start": 1380319144,
            "stop": 1380364509
        },
        {
            "start": 1380368454,
            "stop": 1380371284
        },
        {
            "start": 1380396258,
            "stop": 1380433144
        },
        {
            "start": 1380441901,
            "stop": 1380455034
        },
        {
            "start": 1380467392,
            "stop": 1380481315
        },
        {
            "start": 1380495308,
            "stop": 1380509513
        }
    ]
}