Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=97
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=96",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 97,
    "results": [
        {
            "start": 1131147143,
            "stop": 1131147150
        },
        {
            "start": 1131147151,
            "stop": 1131147185
        },
        {
            "start": 1131147186,
            "stop": 1131147188
        },
        {
            "start": 1131147189,
            "stop": 1131147233
        },
        {
            "start": 1131147234,
            "stop": 1131147236
        },
        {
            "start": 1131147237,
            "stop": 1131147261
        },
        {
            "start": 1131147262,
            "stop": 1131147282
        },
        {
            "start": 1131147283,
            "stop": 1131147329
        },
        {
            "start": 1131147330,
            "stop": 1131147365
        },
        {
            "start": 1131147366,
            "stop": 1131147391
        },
        {
            "start": 1131147392,
            "stop": 1131147401
        },
        {
            "start": 1131147402,
            "stop": 1131147445
        },
        {
            "start": 1131147446,
            "stop": 1131147465
        },
        {
            "start": 1131147466,
            "stop": 1131147550
        },
        {
            "start": 1131147551,
            "stop": 1131147575
        },
        {
            "start": 1131147576,
            "stop": 1131147590
        },
        {
            "start": 1131147591,
            "stop": 1131147596
        },
        {
            "start": 1131147597,
            "stop": 1131147648
        },
        {
            "start": 1131147649,
            "stop": 1131147652
        },
        {
            "start": 1131147653,
            "stop": 1131147661
        }
    ]
}