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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=285",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=283",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 284,
    "results": [
        {
            "start": 931685746,
            "stop": 931685747
        },
        {
            "start": 931685751,
            "stop": 931685753
        },
        {
            "start": 931685756,
            "stop": 931685757
        },
        {
            "start": 931685762,
            "stop": 931685763
        },
        {
            "start": 931685773,
            "stop": 931685776
        },
        {
            "start": 931685779,
            "stop": 931685781
        },
        {
            "start": 931685787,
            "stop": 931685794
        },
        {
            "start": 931685800,
            "stop": 931685802
        },
        {
            "start": 931685805,
            "stop": 931685807
        },
        {
            "start": 931685817,
            "stop": 931685824
        },
        {
            "start": 931685830,
            "stop": 931685831
        },
        {
            "start": 931685838,
            "stop": 931685839
        },
        {
            "start": 931685851,
            "stop": 931685853
        },
        {
            "start": 931685872,
            "stop": 931685874
        },
        {
            "start": 931685880,
            "stop": 931685881
        },
        {
            "start": 931685888,
            "stop": 931685893
        },
        {
            "start": 931685899,
            "stop": 931685904
        },
        {
            "start": 931685921,
            "stop": 931685922
        },
        {
            "start": 931685925,
            "stop": 931685927
        },
        {
            "start": 931685936,
            "stop": 931685937
        }
    ]
}