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=430
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=431",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=429",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 430,
    "results": [
        {
            "start": 1261540125,
            "stop": 1261540631
        },
        {
            "start": 1261540634,
            "stop": 1261540733
        },
        {
            "start": 1261540736,
            "stop": 1261541380
        },
        {
            "start": 1261541382,
            "stop": 1261545111
        },
        {
            "start": 1261545114,
            "stop": 1261545504
        },
        {
            "start": 1261545507,
            "stop": 1261545746
        },
        {
            "start": 1261545749,
            "stop": 1261546263
        },
        {
            "start": 1261546266,
            "stop": 1261548522
        },
        {
            "start": 1261548525,
            "stop": 1261548585
        },
        {
            "start": 1261548588,
            "stop": 1261549223
        },
        {
            "start": 1261549226,
            "stop": 1261549861
        },
        {
            "start": 1261549864,
            "stop": 1261552472
        },
        {
            "start": 1261552475,
            "stop": 1261553007
        },
        {
            "start": 1261553010,
            "stop": 1261559076
        },
        {
            "start": 1261559079,
            "stop": 1261560956
        },
        {
            "start": 1261560964,
            "stop": 1261561554
        },
        {
            "start": 1261561557,
            "stop": 1261561893
        },
        {
            "start": 1261561900,
            "stop": 1261564194
        },
        {
            "start": 1261564197,
            "stop": 1261564684
        },
        {
            "start": 1261564687,
            "stop": 1261565102
        }
    ]
}