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=302
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=303",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=301",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 302,
    "results": [
        {
            "start": 1260270613,
            "stop": 1260271151
        },
        {
            "start": 1260271159,
            "stop": 1260271164
        },
        {
            "start": 1260271167,
            "stop": 1260271428
        },
        {
            "start": 1260271431,
            "stop": 1260271539
        },
        {
            "start": 1260271542,
            "stop": 1260271841
        },
        {
            "start": 1260271844,
            "stop": 1260272326
        },
        {
            "start": 1260272329,
            "stop": 1260272330
        },
        {
            "start": 1260272333,
            "stop": 1260272468
        },
        {
            "start": 1260272471,
            "stop": 1260272487
        },
        {
            "start": 1260272490,
            "stop": 1260272499
        },
        {
            "start": 1260272502,
            "stop": 1260272746
        },
        {
            "start": 1260272747,
            "stop": 1260273109
        },
        {
            "start": 1260273112,
            "stop": 1260273233
        },
        {
            "start": 1260273236,
            "stop": 1260273285
        },
        {
            "start": 1260273288,
            "stop": 1260273338
        },
        {
            "start": 1260273341,
            "stop": 1260273381
        },
        {
            "start": 1260273384,
            "stop": 1260273435
        },
        {
            "start": 1260273438,
            "stop": 1260273470
        },
        {
            "start": 1260273473,
            "stop": 1260273500
        },
        {
            "start": 1260273503,
            "stop": 1260273515
        }
    ]
}