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=304
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=305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=303",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 304,
    "results": [
        {
            "start": 818609095,
            "stop": 818609163
        },
        {
            "start": 818609195,
            "stop": 818609287
        },
        {
            "start": 818609307,
            "stop": 818609370
        },
        {
            "start": 818609417,
            "stop": 818609527
        },
        {
            "start": 818609552,
            "stop": 818609788
        },
        {
            "start": 818609809,
            "stop": 818609914
        },
        {
            "start": 818609982,
            "stop": 818610085
        },
        {
            "start": 818610108,
            "stop": 818610246
        },
        {
            "start": 818610379,
            "stop": 818610439
        },
        {
            "start": 818610459,
            "stop": 818610460
        },
        {
            "start": 818610479,
            "stop": 818610493
        },
        {
            "start": 818610640,
            "stop": 818610658
        },
        {
            "start": 818610666,
            "stop": 818610749
        },
        {
            "start": 818610770,
            "stop": 818610816
        },
        {
            "start": 818610856,
            "stop": 818610860
        },
        {
            "start": 818610880,
            "stop": 818610952
        },
        {
            "start": 818610972,
            "stop": 818611076
        },
        {
            "start": 818611095,
            "stop": 818611104
        },
        {
            "start": 818611124,
            "stop": 818611189
        },
        {
            "start": 818611209,
            "stop": 818611244
        }
    ]
}