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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4137",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4138,
    "results": [
        {
            "start": 874284318,
            "stop": 874284371
        },
        {
            "start": 874284390,
            "stop": 874284395
        },
        {
            "start": 874284445,
            "stop": 874284467
        },
        {
            "start": 874284502,
            "stop": 874284554
        },
        {
            "start": 874284574,
            "stop": 874284707
        },
        {
            "start": 874284789,
            "stop": 874284802
        },
        {
            "start": 874284832,
            "stop": 874284895
        },
        {
            "start": 874284925,
            "stop": 874285068
        },
        {
            "start": 874285115,
            "stop": 874285118
        },
        {
            "start": 874285138,
            "stop": 874285159
        },
        {
            "start": 874285195,
            "stop": 874285279
        },
        {
            "start": 874285298,
            "stop": 874285301
        },
        {
            "start": 874285320,
            "stop": 874285364
        },
        {
            "start": 874285384,
            "stop": 874285429
        },
        {
            "start": 874285448,
            "stop": 874285461
        },
        {
            "start": 874285481,
            "stop": 874285504
        },
        {
            "start": 874285523,
            "stop": 874285552
        },
        {
            "start": 874285572,
            "stop": 874285600
        },
        {
            "start": 874285638,
            "stop": 874285662
        },
        {
            "start": 874285681,
            "stop": 874285772
        }
    ]
}