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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=310",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=308",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 309,
    "results": [
        {
            "start": 818620545,
            "stop": 818620559
        },
        {
            "start": 818620583,
            "stop": 818620591
        },
        {
            "start": 818620638,
            "stop": 818620818
        },
        {
            "start": 818620838,
            "stop": 818620852
        },
        {
            "start": 818620891,
            "stop": 818620906
        },
        {
            "start": 818620946,
            "stop": 818621012
        },
        {
            "start": 818621074,
            "stop": 818621080
        },
        {
            "start": 818621143,
            "stop": 818621152
        },
        {
            "start": 818621933,
            "stop": 818621987
        },
        {
            "start": 818622008,
            "stop": 818622033
        },
        {
            "start": 818622175,
            "stop": 818622527
        },
        {
            "start": 818622549,
            "stop": 818622714
        },
        {
            "start": 818622736,
            "stop": 818622747
        },
        {
            "start": 818622770,
            "stop": 818623431
        },
        {
            "start": 818623453,
            "stop": 818623463
        },
        {
            "start": 818623495,
            "stop": 818623511
        },
        {
            "start": 818623552,
            "stop": 818623678
        },
        {
            "start": 818625940,
            "stop": 818625984
        },
        {
            "start": 818626004,
            "stop": 818626078
        },
        {
            "start": 818626082,
            "stop": 818626094
        }
    ]
}