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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=136",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 137,
    "results": [
        {
            "start": 931400416,
            "stop": 931400423
        },
        {
            "start": 931400425,
            "stop": 931400443
        },
        {
            "start": 931400445,
            "stop": 931400468
        },
        {
            "start": 931400470,
            "stop": 931400476
        },
        {
            "start": 931400478,
            "stop": 931400505
        },
        {
            "start": 931400507,
            "stop": 931400509
        },
        {
            "start": 931400513,
            "stop": 931400552
        },
        {
            "start": 931400554,
            "stop": 931400555
        },
        {
            "start": 931400558,
            "stop": 931400575
        },
        {
            "start": 931400579,
            "stop": 931400581
        },
        {
            "start": 931400586,
            "stop": 931400600
        },
        {
            "start": 931400603,
            "stop": 931400610
        },
        {
            "start": 931400612,
            "stop": 931400613
        },
        {
            "start": 931400617,
            "stop": 931400619
        },
        {
            "start": 931400621,
            "stop": 931400629
        },
        {
            "start": 931400631,
            "stop": 931400638
        },
        {
            "start": 931400641,
            "stop": 931400644
        },
        {
            "start": 931400647,
            "stop": 931400662
        },
        {
            "start": 931400663,
            "stop": 931400703
        },
        {
            "start": 931400705,
            "stop": 931400712
        }
    ]
}