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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=135",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 136,
    "results": [
        {
            "start": 1415510361,
            "stop": 1415510947
        },
        {
            "start": 1415510952,
            "stop": 1415514895
        },
        {
            "start": 1415514907,
            "stop": 1415516609
        },
        {
            "start": 1415516614,
            "stop": 1415518692
        },
        {
            "start": 1415518693,
            "stop": 1415519662
        },
        {
            "start": 1415543908,
            "stop": 1415552410
        },
        {
            "start": 1415552415,
            "stop": 1415561669
        },
        {
            "start": 1415561671,
            "stop": 1415573085
        },
        {
            "start": 1415573086,
            "stop": 1415573589
        },
        {
            "start": 1415573594,
            "stop": 1415580493
        },
        {
            "start": 1415580498,
            "stop": 1415583130
        },
        {
            "start": 1415583135,
            "stop": 1415598607
        },
        {
            "start": 1415598610,
            "stop": 1415606849
        },
        {
            "start": 1415611872,
            "stop": 1415619774
        },
        {
            "start": 1415619775,
            "stop": 1415635715
        },
        {
            "start": 1415635720,
            "stop": 1415637098
        },
        {
            "start": 1415653060,
            "stop": 1415654722
        },
        {
            "start": 1415654724,
            "stop": 1415659492
        },
        {
            "start": 1415659497,
            "stop": 1415663392
        },
        {
            "start": 1415663394,
            "stop": 1415673575
        }
    ]
}