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=173
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=174",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=172",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 173,
    "results": [
        {
            "start": 1176904128,
            "stop": 1176904172
        },
        {
            "start": 1176904173,
            "stop": 1176904183
        },
        {
            "start": 1176904184,
            "stop": 1176904198
        },
        {
            "start": 1176904199,
            "stop": 1176904226
        },
        {
            "start": 1176904227,
            "stop": 1176904228
        },
        {
            "start": 1176904232,
            "stop": 1176904235
        },
        {
            "start": 1176904238,
            "stop": 1176904239
        },
        {
            "start": 1176904240,
            "stop": 1176904241
        },
        {
            "start": 1176904243,
            "stop": 1176904251
        },
        {
            "start": 1176904257,
            "stop": 1176904332
        },
        {
            "start": 1176904333,
            "stop": 1176904375
        },
        {
            "start": 1176904376,
            "stop": 1176904500
        },
        {
            "start": 1176904502,
            "stop": 1176904513
        },
        {
            "start": 1176904517,
            "stop": 1176904721
        },
        {
            "start": 1176904722,
            "stop": 1176904729
        },
        {
            "start": 1176904730,
            "stop": 1176904732
        },
        {
            "start": 1176904733,
            "stop": 1176904734
        },
        {
            "start": 1176904743,
            "stop": 1176904749
        },
        {
            "start": 1176904750,
            "stop": 1176904753
        },
        {
            "start": 1176904755,
            "stop": 1176904758
        }
    ]
}