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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=177",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 178,
    "results": [
        {
            "start": 817368166,
            "stop": 817368198
        },
        {
            "start": 817368217,
            "stop": 817368271
        },
        {
            "start": 817368316,
            "stop": 817368320
        },
        {
            "start": 817368373,
            "stop": 817368385
        },
        {
            "start": 817368405,
            "stop": 817368500
        },
        {
            "start": 817368534,
            "stop": 817368561
        },
        {
            "start": 817368582,
            "stop": 817369188
        },
        {
            "start": 817369208,
            "stop": 817369237
        },
        {
            "start": 817369257,
            "stop": 817369534
        },
        {
            "start": 817369563,
            "stop": 817369564
        },
        {
            "start": 817369585,
            "stop": 817370654
        },
        {
            "start": 817370671,
            "stop": 817371707
        },
        {
            "start": 817371724,
            "stop": 817372098
        },
        {
            "start": 817372119,
            "stop": 817372207
        },
        {
            "start": 817372227,
            "stop": 817372333
        },
        {
            "start": 817372353,
            "stop": 817373548
        },
        {
            "start": 817373565,
            "stop": 817373908
        },
        {
            "start": 817373928,
            "stop": 817373972
        },
        {
            "start": 817373991,
            "stop": 817374059
        },
        {
            "start": 817374076,
            "stop": 817374217
        }
    ]
}