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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14126",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14124",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14125,
    "results": [
        {
            "start": 971161744,
            "stop": 971161745
        },
        {
            "start": 971161746,
            "stop": 971161747
        },
        {
            "start": 971161749,
            "stop": 971161751
        },
        {
            "start": 971161753,
            "stop": 971161757
        },
        {
            "start": 971161758,
            "stop": 971161759
        },
        {
            "start": 971161761,
            "stop": 971161762
        },
        {
            "start": 971161763,
            "stop": 971161764
        },
        {
            "start": 971161767,
            "stop": 971161770
        },
        {
            "start": 971161772,
            "stop": 971161775
        },
        {
            "start": 971161776,
            "stop": 971161777
        },
        {
            "start": 971161781,
            "stop": 971161784
        },
        {
            "start": 971161787,
            "stop": 971161792
        },
        {
            "start": 971161794,
            "stop": 971161797
        },
        {
            "start": 971161798,
            "stop": 971161799
        },
        {
            "start": 971161800,
            "stop": 971161809
        },
        {
            "start": 971161814,
            "stop": 971161817
        },
        {
            "start": 971161821,
            "stop": 971161823
        },
        {
            "start": 971161831,
            "stop": 971161833
        },
        {
            "start": 971161838,
            "stop": 971161840
        },
        {
            "start": 971161841,
            "stop": 971161844
        }
    ]
}