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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=169",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 170,
    "results": [
        {
            "start": 818081656,
            "stop": 818081657
        },
        {
            "start": 818081666,
            "stop": 818081669
        },
        {
            "start": 818081681,
            "stop": 818081682
        },
        {
            "start": 818081697,
            "stop": 818081698
        },
        {
            "start": 818081710,
            "stop": 818081711
        },
        {
            "start": 818081715,
            "stop": 818081718
        },
        {
            "start": 818081760,
            "stop": 818081761
        },
        {
            "start": 818081779,
            "stop": 818081780
        },
        {
            "start": 818081790,
            "stop": 818081791
        },
        {
            "start": 818081796,
            "stop": 818081798
        },
        {
            "start": 818081806,
            "stop": 818081809
        },
        {
            "start": 818081812,
            "stop": 818081813
        },
        {
            "start": 818081823,
            "stop": 818081828
        },
        {
            "start": 818081831,
            "stop": 818081834
        },
        {
            "start": 818081838,
            "stop": 818081840
        },
        {
            "start": 818081857,
            "stop": 818081858
        },
        {
            "start": 818081863,
            "stop": 818081865
        },
        {
            "start": 818081880,
            "stop": 818081881
        },
        {
            "start": 818081896,
            "stop": 818081897
        },
        {
            "start": 818081915,
            "stop": 818081918
        }
    ]
}