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=171
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=172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=170",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 171,
    "results": [
        {
            "start": 817292223,
            "stop": 817292237
        },
        {
            "start": 817292254,
            "stop": 817292256
        },
        {
            "start": 817292300,
            "stop": 817292303
        },
        {
            "start": 817292320,
            "stop": 817292373
        },
        {
            "start": 817292393,
            "stop": 817292435
        },
        {
            "start": 817292521,
            "stop": 817292538
        },
        {
            "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
        }
    ]
}