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=15960
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=15961",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15959",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15960,
    "results": [
        {
            "start": 971411481,
            "stop": 971411485
        },
        {
            "start": 971411488,
            "stop": 971411489
        },
        {
            "start": 971411492,
            "stop": 971411502
        },
        {
            "start": 971411503,
            "stop": 971411505
        },
        {
            "start": 971411506,
            "stop": 971411507
        },
        {
            "start": 971411509,
            "stop": 971411510
        },
        {
            "start": 971411511,
            "stop": 971411519
        },
        {
            "start": 971411521,
            "stop": 971411523
        },
        {
            "start": 971411528,
            "stop": 971411530
        },
        {
            "start": 971411535,
            "stop": 971411540
        },
        {
            "start": 971411541,
            "stop": 971411544
        },
        {
            "start": 971411545,
            "stop": 971411547
        },
        {
            "start": 971411548,
            "stop": 971411550
        },
        {
            "start": 971411551,
            "stop": 971411560
        },
        {
            "start": 971412994,
            "stop": 971412996
        },
        {
            "start": 971412999,
            "stop": 971413179
        },
        {
            "start": 971414006,
            "stop": 971414035
        },
        {
            "start": 971414036,
            "stop": 971414048
        },
        {
            "start": 971414050,
            "stop": 971414072
        },
        {
            "start": 971414073,
            "stop": 971414095
        }
    ]
}