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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=386",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=384",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 385,
    "results": [
        {
            "start": 821509678,
            "stop": 821509690
        },
        {
            "start": 821509693,
            "stop": 821509697
        },
        {
            "start": 821509701,
            "stop": 821509713
        },
        {
            "start": 821509716,
            "stop": 821509732
        },
        {
            "start": 821509735,
            "stop": 821509758
        },
        {
            "start": 821509761,
            "stop": 821509772
        },
        {
            "start": 821509778,
            "stop": 821509790
        },
        {
            "start": 821509793,
            "stop": 821509802
        },
        {
            "start": 821509805,
            "stop": 821509817
        },
        {
            "start": 821509821,
            "stop": 821509827
        },
        {
            "start": 821509830,
            "stop": 821509832
        },
        {
            "start": 821509836,
            "stop": 821509841
        },
        {
            "start": 821509844,
            "stop": 821509847
        },
        {
            "start": 821509850,
            "stop": 821509878
        },
        {
            "start": 821509884,
            "stop": 821509886
        },
        {
            "start": 821509896,
            "stop": 821509900
        },
        {
            "start": 821509903,
            "stop": 821509922
        },
        {
            "start": 821509930,
            "stop": 821509943
        },
        {
            "start": 821509946,
            "stop": 821509956
        },
        {
            "start": 821509959,
            "stop": 821509964
        }
    ]
}