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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=561",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=559",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 560,
    "results": [
        {
            "start": 1262814631,
            "stop": 1262814678
        },
        {
            "start": 1262814681,
            "stop": 1262814697
        },
        {
            "start": 1262814700,
            "stop": 1262814701
        },
        {
            "start": 1262814704,
            "stop": 1262814712
        },
        {
            "start": 1262814715,
            "stop": 1262814740
        },
        {
            "start": 1262814746,
            "stop": 1262814752
        },
        {
            "start": 1262814755,
            "stop": 1262814776
        },
        {
            "start": 1262814779,
            "stop": 1262814824
        },
        {
            "start": 1262814827,
            "stop": 1262814853
        },
        {
            "start": 1262814856,
            "stop": 1262814861
        },
        {
            "start": 1262814864,
            "stop": 1262814867
        },
        {
            "start": 1262814870,
            "stop": 1262814875
        },
        {
            "start": 1262814878,
            "stop": 1262814916
        },
        {
            "start": 1262814919,
            "stop": 1262814932
        },
        {
            "start": 1262814935,
            "stop": 1262814944
        },
        {
            "start": 1262814947,
            "stop": 1262815009
        },
        {
            "start": 1262815012,
            "stop": 1262815021
        },
        {
            "start": 1262815024,
            "stop": 1262815039
        },
        {
            "start": 1262815042,
            "stop": 1262815059
        },
        {
            "start": 1262815062,
            "stop": 1262815090
        }
    ]
}