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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=26",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 27,
    "results": [
        {
            "start": 1370173537,
            "stop": 1370181375
        },
        {
            "start": 1370181380,
            "stop": 1370182583
        },
        {
            "start": 1370182588,
            "stop": 1370187068
        },
        {
            "start": 1370187073,
            "stop": 1370187761
        },
        {
            "start": 1370187766,
            "stop": 1370189938
        },
        {
            "start": 1370189943,
            "stop": 1370190575
        },
        {
            "start": 1370190579,
            "stop": 1370190895
        },
        {
            "start": 1370190900,
            "stop": 1370190930
        },
        {
            "start": 1370195593,
            "stop": 1370201025
        },
        {
            "start": 1370201030,
            "stop": 1370201880
        },
        {
            "start": 1370201885,
            "stop": 1370203355
        },
        {
            "start": 1370203360,
            "stop": 1370205552
        },
        {
            "start": 1370205557,
            "stop": 1370206129
        },
        {
            "start": 1370206134,
            "stop": 1370207265
        },
        {
            "start": 1370214398,
            "stop": 1370219540
        },
        {
            "start": 1370219545,
            "stop": 1370224759
        },
        {
            "start": 1370224764,
            "stop": 1370224937
        },
        {
            "start": 1370224942,
            "stop": 1370225390
        },
        {
            "start": 1370225395,
            "stop": 1370226573
        },
        {
            "start": 1370226578,
            "stop": 1370226662
        }
    ]
}