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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8578",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8576",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8577,
    "results": [
        {
            "start": 870307367,
            "stop": 870308070
        },
        {
            "start": 870308190,
            "stop": 870309960
        },
        {
            "start": 870310020,
            "stop": 870310060
        },
        {
            "start": 870310180,
            "stop": 870313334
        },
        {
            "start": 870313454,
            "stop": 870313711
        },
        {
            "start": 870313831,
            "stop": 870315056
        },
        {
            "start": 870315176,
            "stop": 870316455
        },
        {
            "start": 870316597,
            "stop": 870317520
        },
        {
            "start": 870317580,
            "stop": 870321085
        },
        {
            "start": 870321205,
            "stop": 870323619
        },
        {
            "start": 870323636,
            "stop": 870330612
        },
        {
            "start": 870330732,
            "stop": 870336157
        },
        {
            "start": 870336165,
            "stop": 870336261
        },
        {
            "start": 870336278,
            "stop": 870336464
        },
        {
            "start": 870336481,
            "stop": 870338447
        },
        {
            "start": 870338464,
            "stop": 870339073
        },
        {
            "start": 870339090,
            "stop": 870340560
        },
        {
            "start": 870340600,
            "stop": 870341310
        },
        {
            "start": 870341400,
            "stop": 870341836
        },
        {
            "start": 870343020,
            "stop": 870344040
        }
    ]
}