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=528
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=529",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=527",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 528,
    "results": [
        {
            "start": 1262759485,
            "stop": 1262759516
        },
        {
            "start": 1262759519,
            "stop": 1262759586
        },
        {
            "start": 1262759589,
            "stop": 1262759601
        },
        {
            "start": 1262759604,
            "stop": 1262759622
        },
        {
            "start": 1262759625,
            "stop": 1262759629
        },
        {
            "start": 1262759632,
            "stop": 1262759676
        },
        {
            "start": 1262759679,
            "stop": 1262759722
        },
        {
            "start": 1262759725,
            "stop": 1262759798
        },
        {
            "start": 1262759801,
            "stop": 1262759818
        },
        {
            "start": 1262759821,
            "stop": 1262759829
        },
        {
            "start": 1262759832,
            "stop": 1262759846
        },
        {
            "start": 1262759849,
            "stop": 1262759943
        },
        {
            "start": 1262759946,
            "stop": 1262759970
        },
        {
            "start": 1262759973,
            "stop": 1262760135
        },
        {
            "start": 1262760138,
            "stop": 1262760195
        },
        {
            "start": 1262760198,
            "stop": 1262760212
        },
        {
            "start": 1262760215,
            "stop": 1262760299
        },
        {
            "start": 1262760302,
            "stop": 1262760324
        },
        {
            "start": 1262760327,
            "stop": 1262760355
        },
        {
            "start": 1262760358,
            "stop": 1262760407
        }
    ]
}