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=166
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=167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=165",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 166,
    "results": [
        {
            "start": 817292555,
            "stop": 817292556
        },
        {
            "start": 817292575,
            "stop": 817292592
        },
        {
            "start": 817292609,
            "stop": 817292615
        },
        {
            "start": 817292701,
            "stop": 817292713
        },
        {
            "start": 817292730,
            "stop": 817292747
        },
        {
            "start": 817292880,
            "stop": 817292885
        },
        {
            "start": 817292902,
            "stop": 817293032
        },
        {
            "start": 817293093,
            "stop": 817293105
        },
        {
            "start": 817293126,
            "stop": 817293133
        },
        {
            "start": 817293143,
            "stop": 817293157
        },
        {
            "start": 817293172,
            "stop": 817293177
        },
        {
            "start": 817293183,
            "stop": 817293186
        },
        {
            "start": 817293189,
            "stop": 817293212
        },
        {
            "start": 817293215,
            "stop": 817293280
        },
        {
            "start": 817293286,
            "stop": 817293292
        },
        {
            "start": 817293295,
            "stop": 817293331
        },
        {
            "start": 817293344,
            "stop": 817293347
        },
        {
            "start": 817293356,
            "stop": 817293358
        },
        {
            "start": 817293362,
            "stop": 817293365
        },
        {
            "start": 817293383,
            "stop": 817293459
        }
    ]
}