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=321
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=322",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=320",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 321,
    "results": [
        {
            "start": 1260318226,
            "stop": 1260318248
        },
        {
            "start": 1260318251,
            "stop": 1260318343
        },
        {
            "start": 1260318346,
            "stop": 1260318368
        },
        {
            "start": 1260318371,
            "stop": 1260318379
        },
        {
            "start": 1260318382,
            "stop": 1260318435
        },
        {
            "start": 1260318438,
            "stop": 1260318610
        },
        {
            "start": 1260318612,
            "stop": 1260318783
        },
        {
            "start": 1260318786,
            "stop": 1260318933
        },
        {
            "start": 1260318936,
            "stop": 1260319027
        },
        {
            "start": 1260319030,
            "stop": 1260319167
        },
        {
            "start": 1260319170,
            "stop": 1260319259
        },
        {
            "start": 1260319262,
            "stop": 1260319353
        },
        {
            "start": 1260319356,
            "stop": 1260319368
        },
        {
            "start": 1260319371,
            "stop": 1260319574
        },
        {
            "start": 1260319577,
            "stop": 1260319621
        },
        {
            "start": 1260319624,
            "stop": 1260319715
        },
        {
            "start": 1260319718,
            "stop": 1260319776
        },
        {
            "start": 1260319779,
            "stop": 1260319786
        },
        {
            "start": 1260319789,
            "stop": 1260319804
        },
        {
            "start": 1260319807,
            "stop": 1260319892
        }
    ]
}