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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=453",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=451",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 452,
    "results": [
        {
            "start": 1261757208,
            "stop": 1261757220
        },
        {
            "start": 1261757222,
            "stop": 1261760335
        },
        {
            "start": 1261760338,
            "stop": 1261763974
        },
        {
            "start": 1261763977,
            "stop": 1261764346
        },
        {
            "start": 1261764349,
            "stop": 1261764609
        },
        {
            "start": 1261764612,
            "stop": 1261764864
        },
        {
            "start": 1261764867,
            "stop": 1261765341
        },
        {
            "start": 1261765344,
            "stop": 1261765968
        },
        {
            "start": 1261765971,
            "stop": 1261767742
        },
        {
            "start": 1261767745,
            "stop": 1261769856
        },
        {
            "start": 1261769859,
            "stop": 1261770113
        },
        {
            "start": 1261770116,
            "stop": 1261770140
        },
        {
            "start": 1261770143,
            "stop": 1261770416
        },
        {
            "start": 1261770419,
            "stop": 1261770575
        },
        {
            "start": 1261770578,
            "stop": 1261774374
        },
        {
            "start": 1261774377,
            "stop": 1261774528
        },
        {
            "start": 1261774531,
            "stop": 1261775124
        },
        {
            "start": 1261775127,
            "stop": 1261775914
        },
        {
            "start": 1261775917,
            "stop": 1261777342
        },
        {
            "start": 1261777345,
            "stop": 1261778620
        }
    ]
}