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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=322",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=320",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 321,
    "results": [
        {
            "start": 1181023746,
            "stop": 1181023839
        },
        {
            "start": 1181024298,
            "stop": 1181025042
        },
        {
            "start": 1181025044,
            "stop": 1181025062
        },
        {
            "start": 1181025064,
            "stop": 1181025065
        },
        {
            "start": 1181025066,
            "stop": 1181025068
        },
        {
            "start": 1181025069,
            "stop": 1181025182
        },
        {
            "start": 1181025187,
            "stop": 1181025473
        },
        {
            "start": 1181025474,
            "stop": 1181025915
        },
        {
            "start": 1181025916,
            "stop": 1181027597
        },
        {
            "start": 1181027599,
            "stop": 1181029554
        },
        {
            "start": 1181029555,
            "stop": 1181032298
        },
        {
            "start": 1181032299,
            "stop": 1181034146
        },
        {
            "start": 1181034147,
            "stop": 1181036199
        },
        {
            "start": 1181036200,
            "stop": 1181036660
        },
        {
            "start": 1181036662,
            "stop": 1181037374
        },
        {
            "start": 1181037375,
            "stop": 1181037398
        },
        {
            "start": 1181037400,
            "stop": 1181037846
        },
        {
            "start": 1181037847,
            "stop": 1181038058
        },
        {
            "start": 1181038066,
            "stop": 1181038083
        },
        {
            "start": 1181038089,
            "stop": 1181038154
        }
    ]
}