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=8940
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=8941",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8939",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8940,
    "results": [
        {
            "start": 873669397,
            "stop": 873669540
        },
        {
            "start": 873669676,
            "stop": 873669840
        },
        {
            "start": 873670989,
            "stop": 873671018
        },
        {
            "start": 873671224,
            "stop": 873671245
        },
        {
            "start": 873671262,
            "stop": 873671303
        },
        {
            "start": 873671321,
            "stop": 873671345
        },
        {
            "start": 873671362,
            "stop": 873671392
        },
        {
            "start": 873671410,
            "stop": 873671452
        },
        {
            "start": 873671469,
            "stop": 873671495
        },
        {
            "start": 873671513,
            "stop": 873671539
        },
        {
            "start": 873671556,
            "stop": 873671629
        },
        {
            "start": 873671654,
            "stop": 873671660
        },
        {
            "start": 873671820,
            "stop": 873672071
        },
        {
            "start": 873672293,
            "stop": 873672301
        },
        {
            "start": 873672318,
            "stop": 873672321
        },
        {
            "start": 873672378,
            "stop": 873672600
        },
        {
            "start": 873672660,
            "stop": 873672713
        },
        {
            "start": 873672731,
            "stop": 873672780
        },
        {
            "start": 873672840,
            "stop": 873673132
        },
        {
            "start": 873673149,
            "stop": 873673272
        }
    ]
}