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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=152",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 153,
    "results": [
        {
            "start": 931595815,
            "stop": 931595816
        },
        {
            "start": 931595819,
            "stop": 931595820
        },
        {
            "start": 931595838,
            "stop": 931595843
        },
        {
            "start": 931595849,
            "stop": 931595853
        },
        {
            "start": 931595863,
            "stop": 931595865
        },
        {
            "start": 931595868,
            "stop": 931595869
        },
        {
            "start": 931595871,
            "stop": 931595872
        },
        {
            "start": 931595875,
            "stop": 931595877
        },
        {
            "start": 931595897,
            "stop": 931595899
        },
        {
            "start": 931595901,
            "stop": 931595904
        },
        {
            "start": 931595910,
            "stop": 931595912
        },
        {
            "start": 931595918,
            "stop": 931595923
        },
        {
            "start": 931595926,
            "stop": 931595929
        },
        {
            "start": 931595932,
            "stop": 931595936
        },
        {
            "start": 931595948,
            "stop": 931595950
        },
        {
            "start": 931595965,
            "stop": 931595967
        },
        {
            "start": 931595976,
            "stop": 931595977
        },
        {
            "start": 931595979,
            "stop": 931595980
        },
        {
            "start": 931595983,
            "stop": 931595984
        },
        {
            "start": 931595987,
            "stop": 931595990
        }
    ]
}