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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=366",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=364",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 365,
    "results": [
        {
            "start": 1240752161,
            "stop": 1240752475
        },
        {
            "start": 1240752477,
            "stop": 1240752573
        },
        {
            "start": 1240752574,
            "stop": 1240752663
        },
        {
            "start": 1240752664,
            "stop": 1240752878
        },
        {
            "start": 1240752881,
            "stop": 1240752997
        },
        {
            "start": 1240753002,
            "stop": 1240753036
        },
        {
            "start": 1240753038,
            "stop": 1240753050
        },
        {
            "start": 1240753051,
            "stop": 1240753088
        },
        {
            "start": 1240753089,
            "stop": 1240753132
        },
        {
            "start": 1240753133,
            "stop": 1240753448
        },
        {
            "start": 1240753456,
            "stop": 1240753743
        },
        {
            "start": 1240753744,
            "stop": 1240753849
        },
        {
            "start": 1240753852,
            "stop": 1240753924
        },
        {
            "start": 1240753925,
            "stop": 1240753939
        },
        {
            "start": 1240753941,
            "stop": 1240754192
        },
        {
            "start": 1240754195,
            "stop": 1240754205
        },
        {
            "start": 1240754208,
            "stop": 1240754461
        },
        {
            "start": 1240754462,
            "stop": 1240754504
        },
        {
            "start": 1240754505,
            "stop": 1240754551
        },
        {
            "start": 1240754552,
            "stop": 1240754822
        }
    ]
}