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=195
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=196",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=194",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 195,
    "results": [
        {
            "start": 1176962382,
            "stop": 1176962384
        },
        {
            "start": 1176962387,
            "stop": 1176962418
        },
        {
            "start": 1176962420,
            "stop": 1176962456
        },
        {
            "start": 1176962464,
            "stop": 1176962483
        },
        {
            "start": 1176962485,
            "stop": 1176962490
        },
        {
            "start": 1176962491,
            "stop": 1176962569
        },
        {
            "start": 1176962570,
            "stop": 1176962580
        },
        {
            "start": 1176962581,
            "stop": 1176962583
        },
        {
            "start": 1176962589,
            "stop": 1176962600
        },
        {
            "start": 1176962602,
            "stop": 1176962604
        },
        {
            "start": 1176962605,
            "stop": 1176962610
        },
        {
            "start": 1176962611,
            "stop": 1176962617
        },
        {
            "start": 1176962618,
            "stop": 1176962633
        },
        {
            "start": 1176962635,
            "stop": 1176962636
        },
        {
            "start": 1176962637,
            "stop": 1176962642
        },
        {
            "start": 1176962646,
            "stop": 1176962647
        },
        {
            "start": 1176962649,
            "stop": 1176962650
        },
        {
            "start": 1176962651,
            "stop": 1176962652
        },
        {
            "start": 1176962653,
            "stop": 1176962670
        },
        {
            "start": 1176962673,
            "stop": 1176962699
        }
    ]
}