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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=69",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 70,
    "results": [
        {
            "start": 817781010,
            "stop": 817781083
        },
        {
            "start": 817781087,
            "stop": 817781100
        },
        {
            "start": 817781103,
            "stop": 817781119
        },
        {
            "start": 817781122,
            "stop": 817781146
        },
        {
            "start": 817781156,
            "stop": 817781185
        },
        {
            "start": 817781188,
            "stop": 817781191
        },
        {
            "start": 817781194,
            "stop": 817781217
        },
        {
            "start": 817781220,
            "stop": 817781227
        },
        {
            "start": 817781230,
            "stop": 817781231
        },
        {
            "start": 817781235,
            "stop": 817781273
        },
        {
            "start": 817781276,
            "stop": 817781278
        },
        {
            "start": 817781281,
            "stop": 817781342
        },
        {
            "start": 817781348,
            "stop": 817781352
        },
        {
            "start": 817781355,
            "stop": 817781385
        },
        {
            "start": 817781388,
            "stop": 817781439
        },
        {
            "start": 817781445,
            "stop": 817781446
        },
        {
            "start": 817781449,
            "stop": 817781451
        },
        {
            "start": 817781454,
            "stop": 817781455
        },
        {
            "start": 817781459,
            "stop": 817781581
        },
        {
            "start": 817781583,
            "stop": 817781590
        }
    ]
}