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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=212",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=210",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 211,
    "results": [
        {
            "start": 1177047955,
            "stop": 1177047957
        },
        {
            "start": 1177047958,
            "stop": 1177047964
        },
        {
            "start": 1177047966,
            "stop": 1177047979
        },
        {
            "start": 1177047980,
            "stop": 1177048212
        },
        {
            "start": 1177048213,
            "stop": 1177048216
        },
        {
            "start": 1177048217,
            "stop": 1177049130
        },
        {
            "start": 1177051499,
            "stop": 1177068769
        },
        {
            "start": 1177069290,
            "stop": 1177069717
        },
        {
            "start": 1177069719,
            "stop": 1177069792
        },
        {
            "start": 1177069793,
            "stop": 1177069817
        },
        {
            "start": 1177069822,
            "stop": 1177069888
        },
        {
            "start": 1177069890,
            "stop": 1177069973
        },
        {
            "start": 1177069975,
            "stop": 1177070294
        },
        {
            "start": 1177070295,
            "stop": 1177070317
        },
        {
            "start": 1177070322,
            "stop": 1177070375
        },
        {
            "start": 1177070378,
            "stop": 1177072780
        },
        {
            "start": 1177072781,
            "stop": 1177074299
        },
        {
            "start": 1177074300,
            "stop": 1177074462
        },
        {
            "start": 1177074465,
            "stop": 1177074577
        },
        {
            "start": 1177074578,
            "stop": 1177074761
        }
    ]
}