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=14814
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=14815",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14813",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14814,
    "results": [
        {
            "start": 971257433,
            "stop": 971257453
        },
        {
            "start": 971257455,
            "stop": 971257462
        },
        {
            "start": 971257466,
            "stop": 971257469
        },
        {
            "start": 971257472,
            "stop": 971257477
        },
        {
            "start": 971257481,
            "stop": 971257482
        },
        {
            "start": 971257484,
            "stop": 971257488
        },
        {
            "start": 971257490,
            "stop": 971257492
        },
        {
            "start": 971257494,
            "stop": 971257512
        },
        {
            "start": 971257513,
            "stop": 971257514
        },
        {
            "start": 971257516,
            "stop": 971257524
        },
        {
            "start": 971257525,
            "stop": 971257530
        },
        {
            "start": 971257531,
            "stop": 971257532
        },
        {
            "start": 971257534,
            "stop": 971257575
        },
        {
            "start": 971257576,
            "stop": 971257582
        },
        {
            "start": 971257584,
            "stop": 971257585
        },
        {
            "start": 971257587,
            "stop": 971257598
        },
        {
            "start": 971257599,
            "stop": 971257609
        },
        {
            "start": 971257611,
            "stop": 971257616
        },
        {
            "start": 971257618,
            "stop": 971257619
        },
        {
            "start": 971257620,
            "stop": 971257622
        }
    ]
}