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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14653",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14651",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14652,
    "results": [
        {
            "start": 971166426,
            "stop": 971166428
        },
        {
            "start": 971166429,
            "stop": 971166432
        },
        {
            "start": 971166433,
            "stop": 971166435
        },
        {
            "start": 971166439,
            "stop": 971166441
        },
        {
            "start": 971166442,
            "stop": 971166444
        },
        {
            "start": 971166451,
            "stop": 971166454
        },
        {
            "start": 971166456,
            "stop": 971166457
        },
        {
            "start": 971166461,
            "stop": 971166463
        },
        {
            "start": 971166465,
            "stop": 971166469
        },
        {
            "start": 971166471,
            "stop": 971166472
        },
        {
            "start": 971166475,
            "stop": 971166477
        },
        {
            "start": 971166483,
            "stop": 971166485
        },
        {
            "start": 971166488,
            "stop": 971166489
        },
        {
            "start": 971166491,
            "stop": 971166493
        },
        {
            "start": 971166494,
            "stop": 971166495
        },
        {
            "start": 971166496,
            "stop": 971166497
        },
        {
            "start": 971166508,
            "stop": 971166509
        },
        {
            "start": 971166517,
            "stop": 971166518
        },
        {
            "start": 971166520,
            "stop": 971166522
        },
        {
            "start": 971166525,
            "stop": 971166527
        }
    ]
}