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=254
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=255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=253",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 254,
    "results": [
        {
            "start": 817887099,
            "stop": 817887105
        },
        {
            "start": 817887124,
            "stop": 817887204
        },
        {
            "start": 817887208,
            "stop": 817887214
        },
        {
            "start": 817887218,
            "stop": 817887259
        },
        {
            "start": 817887278,
            "stop": 817887419
        },
        {
            "start": 817887464,
            "stop": 817887482
        },
        {
            "start": 817887485,
            "stop": 817887564
        },
        {
            "start": 817887769,
            "stop": 817887770
        },
        {
            "start": 817887840,
            "stop": 817887925
        },
        {
            "start": 817887966,
            "stop": 817887998
        },
        {
            "start": 817888018,
            "stop": 817888032
        },
        {
            "start": 817888052,
            "stop": 817888136
        },
        {
            "start": 817888165,
            "stop": 817888184
        },
        {
            "start": 817888188,
            "stop": 817888226
        },
        {
            "start": 817888250,
            "stop": 817888255
        },
        {
            "start": 817888276,
            "stop": 817888299
        },
        {
            "start": 817888379,
            "stop": 817888386
        },
        {
            "start": 817888431,
            "stop": 817888537
        },
        {
            "start": 817888578,
            "stop": 817888589
        },
        {
            "start": 817888612,
            "stop": 817888630
        }
    ]
}