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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=323",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=321",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 322,
    "results": [
        {
            "start": 818620356,
            "stop": 818620364
        },
        {
            "start": 818620393,
            "stop": 818620457
        },
        {
            "start": 818620474,
            "stop": 818620480
        },
        {
            "start": 818620509,
            "stop": 818620514
        },
        {
            "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
        }
    ]
}