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=535
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=536",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=534",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 535,
    "results": [
        {
            "start": 1262801109,
            "stop": 1262801135
        },
        {
            "start": 1262801138,
            "stop": 1262801184
        },
        {
            "start": 1262801187,
            "stop": 1262801195
        },
        {
            "start": 1262801198,
            "stop": 1262801199
        },
        {
            "start": 1262801202,
            "stop": 1262801243
        },
        {
            "start": 1262801246,
            "stop": 1262801364
        },
        {
            "start": 1262801367,
            "stop": 1262801427
        },
        {
            "start": 1262801430,
            "stop": 1262801506
        },
        {
            "start": 1262801509,
            "stop": 1262801530
        },
        {
            "start": 1262801536,
            "stop": 1262801537
        },
        {
            "start": 1262801540,
            "stop": 1262801550
        },
        {
            "start": 1262801553,
            "stop": 1262801557
        },
        {
            "start": 1262801560,
            "stop": 1262801564
        },
        {
            "start": 1262801567,
            "stop": 1262801568
        },
        {
            "start": 1262801571,
            "stop": 1262801600
        },
        {
            "start": 1262801603,
            "stop": 1262801607
        },
        {
            "start": 1262801610,
            "stop": 1262801639
        },
        {
            "start": 1262801642,
            "stop": 1262801674
        },
        {
            "start": 1262801677,
            "stop": 1262801691
        },
        {
            "start": 1262801694,
            "stop": 1262801982
        }
    ]
}