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=8562
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=8563",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8561",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8562,
    "results": [
        {
            "start": 870122978,
            "stop": 870123641
        },
        {
            "start": 870123674,
            "stop": 870123746
        },
        {
            "start": 870123866,
            "stop": 870124610
        },
        {
            "start": 870124690,
            "stop": 870126222
        },
        {
            "start": 870126310,
            "stop": 870128450
        },
        {
            "start": 870128530,
            "stop": 870129457
        },
        {
            "start": 870129495,
            "stop": 870129840
        },
        {
            "start": 870130030,
            "stop": 870130130
        },
        {
            "start": 870130210,
            "stop": 870131243
        },
        {
            "start": 870131363,
            "stop": 870131940
        },
        {
            "start": 870132257,
            "stop": 870132719
        },
        {
            "start": 870132980,
            "stop": 870133923
        },
        {
            "start": 870133940,
            "stop": 870134031
        },
        {
            "start": 870134048,
            "stop": 870134520
        },
        {
            "start": 870134580,
            "stop": 870134716
        },
        {
            "start": 870134733,
            "stop": 870135050
        },
        {
            "start": 870135130,
            "stop": 870135137
        },
        {
            "start": 870135389,
            "stop": 870136260
        },
        {
            "start": 870136320,
            "stop": 870136466
        },
        {
            "start": 870136483,
            "stop": 870136518
        }
    ]
}