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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=716",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=714",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 715,
    "results": [
        {
            "start": 1248985370,
            "stop": 1248985396
        },
        {
            "start": 1248985400,
            "stop": 1248985415
        },
        {
            "start": 1248985427,
            "stop": 1248985429
        },
        {
            "start": 1248985433,
            "stop": 1248985567
        },
        {
            "start": 1248985573,
            "stop": 1248985576
        },
        {
            "start": 1248985586,
            "stop": 1248985602
        },
        {
            "start": 1248985605,
            "stop": 1248985626
        },
        {
            "start": 1248985631,
            "stop": 1248985634
        },
        {
            "start": 1248985640,
            "stop": 1248985662
        },
        {
            "start": 1248985664,
            "stop": 1248985672
        },
        {
            "start": 1248985676,
            "stop": 1248985677
        },
        {
            "start": 1248985684,
            "stop": 1248985709
        },
        {
            "start": 1248985713,
            "stop": 1248985716
        },
        {
            "start": 1248985724,
            "stop": 1248985804
        },
        {
            "start": 1248985809,
            "stop": 1248985810
        },
        {
            "start": 1248985824,
            "stop": 1248985827
        },
        {
            "start": 1248985832,
            "stop": 1248985837
        },
        {
            "start": 1248985840,
            "stop": 1248985847
        },
        {
            "start": 1248985850,
            "stop": 1248985869
        },
        {
            "start": 1248985874,
            "stop": 1248985877
        }
    ]
}