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/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=243
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=244",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=242",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 243,
    "results": [
        {
            "start": 1240204994,
            "stop": 1240205115
        },
        {
            "start": 1240205117,
            "stop": 1240205134
        },
        {
            "start": 1240205136,
            "stop": 1240205193
        },
        {
            "start": 1240205195,
            "stop": 1240205409
        },
        {
            "start": 1240205412,
            "stop": 1240205458
        },
        {
            "start": 1240205460,
            "stop": 1240205983
        },
        {
            "start": 1240205985,
            "stop": 1240205999
        },
        {
            "start": 1240206000,
            "stop": 1240206002
        },
        {
            "start": 1240206003,
            "stop": 1240206007
        },
        {
            "start": 1240206009,
            "stop": 1240206029
        },
        {
            "start": 1240206031,
            "stop": 1240206063
        },
        {
            "start": 1240206064,
            "stop": 1240206614
        },
        {
            "start": 1240206617,
            "stop": 1240206762
        },
        {
            "start": 1240206763,
            "stop": 1240207032
        },
        {
            "start": 1240207033,
            "stop": 1240207129
        },
        {
            "start": 1240207132,
            "stop": 1240207245
        },
        {
            "start": 1240207246,
            "stop": 1240207536
        },
        {
            "start": 1240207539,
            "stop": 1240207591
        },
        {
            "start": 1240207592,
            "stop": 1240207610
        },
        {
            "start": 1240207612,
            "stop": 1240207656
        }
    ]
}