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=64
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=65",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=63",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 64,
    "results": [
        {
            "start": 817738688,
            "stop": 817740692
        },
        {
            "start": 817740695,
            "stop": 817741606
        },
        {
            "start": 817741609,
            "stop": 817741626
        },
        {
            "start": 817741629,
            "stop": 817741643
        },
        {
            "start": 817741646,
            "stop": 817741705
        },
        {
            "start": 817741708,
            "stop": 817742300
        },
        {
            "start": 817742303,
            "stop": 817743019
        },
        {
            "start": 817743030,
            "stop": 817743167
        },
        {
            "start": 817743170,
            "stop": 817743712
        },
        {
            "start": 817743715,
            "stop": 817743721
        },
        {
            "start": 817743724,
            "stop": 817744028
        },
        {
            "start": 817744033,
            "stop": 817744034
        },
        {
            "start": 817744037,
            "stop": 817744100
        },
        {
            "start": 817744103,
            "stop": 817744133
        },
        {
            "start": 817744139,
            "stop": 817744625
        },
        {
            "start": 817744628,
            "stop": 817745290
        },
        {
            "start": 817745293,
            "stop": 817745773
        },
        {
            "start": 817745776,
            "stop": 817745850
        },
        {
            "start": 817745855,
            "stop": 817745872
        },
        {
            "start": 817745875,
            "stop": 817745876
        }
    ]
}