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=40
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=41",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=39",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 40,
    "results": [
        {
            "start": 817283241,
            "stop": 817286919
        },
        {
            "start": 817286922,
            "stop": 817287012
        },
        {
            "start": 817287018,
            "stop": 817287031
        },
        {
            "start": 817287034,
            "stop": 817287036
        },
        {
            "start": 817287039,
            "stop": 817287042
        },
        {
            "start": 817287046,
            "stop": 817287050
        },
        {
            "start": 817287054,
            "stop": 817287065
        },
        {
            "start": 817287068,
            "stop": 817287069
        },
        {
            "start": 817287074,
            "stop": 817287075
        },
        {
            "start": 817287093,
            "stop": 817287096
        },
        {
            "start": 817287109,
            "stop": 817287110
        },
        {
            "start": 817287116,
            "stop": 817287118
        },
        {
            "start": 817290054,
            "stop": 817292564
        },
        {
            "start": 817292567,
            "stop": 817294783
        },
        {
            "start": 817294785,
            "stop": 817294922
        },
        {
            "start": 817299137,
            "stop": 817299221
        },
        {
            "start": 817299223,
            "stop": 817299225
        },
        {
            "start": 817299226,
            "stop": 817299673
        },
        {
            "start": 817303237,
            "stop": 817303720
        },
        {
            "start": 817303723,
            "stop": 817303771
        }
    ]
}