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=237
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=238",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=236",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 237,
    "results": [
        {
            "start": 1240154243,
            "stop": 1240154284
        },
        {
            "start": 1240154286,
            "stop": 1240154360
        },
        {
            "start": 1240154361,
            "stop": 1240154561
        },
        {
            "start": 1240154563,
            "stop": 1240154604
        },
        {
            "start": 1240154605,
            "stop": 1240154731
        },
        {
            "start": 1240154732,
            "stop": 1240154753
        },
        {
            "start": 1240154755,
            "stop": 1240154949
        },
        {
            "start": 1240154951,
            "stop": 1240155154
        },
        {
            "start": 1240155155,
            "stop": 1240155243
        },
        {
            "start": 1240155246,
            "stop": 1240155531
        },
        {
            "start": 1240155532,
            "stop": 1240155537
        },
        {
            "start": 1240155541,
            "stop": 1240155604
        },
        {
            "start": 1240155605,
            "stop": 1240155676
        },
        {
            "start": 1240155677,
            "stop": 1240155812
        },
        {
            "start": 1240155813,
            "stop": 1240156068
        },
        {
            "start": 1240156069,
            "stop": 1240156094
        },
        {
            "start": 1240156102,
            "stop": 1240156343
        },
        {
            "start": 1240156344,
            "stop": 1240156512
        },
        {
            "start": 1240156514,
            "stop": 1240156744
        },
        {
            "start": 1240156745,
            "stop": 1240157255
        }
    ]
}