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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=171",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 172,
    "results": [
        {
            "start": 817367278,
            "stop": 817367348
        },
        {
            "start": 817367460,
            "stop": 817367470
        },
        {
            "start": 817367501,
            "stop": 817367565
        },
        {
            "start": 817367584,
            "stop": 817367605
        },
        {
            "start": 817367718,
            "stop": 817367765
        },
        {
            "start": 817367806,
            "stop": 817367903
        },
        {
            "start": 817367934,
            "stop": 817367974
        },
        {
            "start": 817367995,
            "stop": 817368113
        },
        {
            "start": 817368141,
            "stop": 817368143
        },
        {
            "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
        }
    ]
}