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=378
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=379",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=377",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 378,
    "results": [
        {
            "start": 818278586,
            "stop": 818278587
        },
        {
            "start": 818278712,
            "stop": 818278713
        },
        {
            "start": 818278767,
            "stop": 818278768
        },
        {
            "start": 818278788,
            "stop": 818278789
        },
        {
            "start": 818281052,
            "stop": 818281056
        },
        {
            "start": 818281060,
            "stop": 818281065
        },
        {
            "start": 818281070,
            "stop": 818281074
        },
        {
            "start": 818281079,
            "stop": 818281118
        },
        {
            "start": 818281121,
            "stop": 818281129
        },
        {
            "start": 818281132,
            "stop": 818281152
        },
        {
            "start": 818281155,
            "stop": 818281158
        },
        {
            "start": 818281162,
            "stop": 818281177
        },
        {
            "start": 818281183,
            "stop": 818281185
        },
        {
            "start": 818281190,
            "stop": 818281224
        },
        {
            "start": 818281228,
            "stop": 818281232
        },
        {
            "start": 818281235,
            "stop": 818281238
        },
        {
            "start": 818281243,
            "stop": 818281247
        },
        {
            "start": 818281250,
            "stop": 818281253
        },
        {
            "start": 818281259,
            "stop": 818281267
        },
        {
            "start": 818281274,
            "stop": 818281276
        }
    ]
}