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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3955",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3953",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3954,
    "results": [
        {
            "start": 874442880,
            "stop": 874442965
        },
        {
            "start": 874442968,
            "stop": 874442973
        },
        {
            "start": 874442976,
            "stop": 874443044
        },
        {
            "start": 874443047,
            "stop": 874443220
        },
        {
            "start": 874443223,
            "stop": 874443247
        },
        {
            "start": 874443250,
            "stop": 874443255
        },
        {
            "start": 874443258,
            "stop": 874443314
        },
        {
            "start": 874450684,
            "stop": 874450687
        },
        {
            "start": 874450693,
            "stop": 874450698
        },
        {
            "start": 874450699,
            "stop": 874450701
        },
        {
            "start": 874450710,
            "stop": 874450712
        },
        {
            "start": 874450714,
            "stop": 874450715
        },
        {
            "start": 874450718,
            "stop": 874450719
        },
        {
            "start": 874450720,
            "stop": 874450723
        },
        {
            "start": 874450724,
            "stop": 874450725
        },
        {
            "start": 874450729,
            "stop": 874450730
        },
        {
            "start": 874450734,
            "stop": 874450738
        },
        {
            "start": 874450741,
            "stop": 874450742
        },
        {
            "start": 874450751,
            "stop": 874450753
        },
        {
            "start": 874450756,
            "stop": 874450757
        }
    ]
}