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/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=259
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=260",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=258",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 259,
    "results": [
        {
            "start": 934416492,
            "stop": 934417166
        },
        {
            "start": 934417168,
            "stop": 934417209
        },
        {
            "start": 934417212,
            "stop": 934417329
        },
        {
            "start": 934417333,
            "stop": 934417584
        },
        {
            "start": 934417587,
            "stop": 934419059
        },
        {
            "start": 934419061,
            "stop": 934419615
        },
        {
            "start": 934419855,
            "stop": 934421096
        },
        {
            "start": 934421098,
            "stop": 934421420
        },
        {
            "start": 934421439,
            "stop": 934422280
        },
        {
            "start": 934422285,
            "stop": 934423215
        },
        {
            "start": 934423455,
            "stop": 934424577
        },
        {
            "start": 934424579,
            "stop": 934424914
        },
        {
            "start": 934424919,
            "stop": 934426587
        },
        {
            "start": 934426589,
            "stop": 934426815
        },
        {
            "start": 934427055,
            "stop": 934428791
        },
        {
            "start": 934428794,
            "stop": 934429414
        },
        {
            "start": 934429419,
            "stop": 934429483
        },
        {
            "start": 934429488,
            "stop": 934430330
        },
        {
            "start": 934430335,
            "stop": 934430350
        },
        {
            "start": 934430355,
            "stop": 934430415
        }
    ]
}