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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=170",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 171,
    "results": [
        {
            "start": 932562781,
            "stop": 932562794
        },
        {
            "start": 932562795,
            "stop": 932562801
        },
        {
            "start": 932562803,
            "stop": 932562804
        },
        {
            "start": 932562805,
            "stop": 932562811
        },
        {
            "start": 932562813,
            "stop": 932562816
        },
        {
            "start": 932562817,
            "stop": 932562825
        },
        {
            "start": 932562826,
            "stop": 932562827
        },
        {
            "start": 932562829,
            "stop": 932562836
        },
        {
            "start": 932562839,
            "stop": 932562842
        },
        {
            "start": 932562846,
            "stop": 932562862
        },
        {
            "start": 932562863,
            "stop": 932562866
        },
        {
            "start": 932562867,
            "stop": 932562868
        },
        {
            "start": 932562870,
            "stop": 932562888
        },
        {
            "start": 932562891,
            "stop": 932562907
        },
        {
            "start": 932562911,
            "stop": 932562914
        },
        {
            "start": 932562915,
            "stop": 932562916
        },
        {
            "start": 932562917,
            "stop": 932562923
        },
        {
            "start": 932562925,
            "stop": 932562936
        },
        {
            "start": 932562938,
            "stop": 932562941
        },
        {
            "start": 932562943,
            "stop": 932562948
        }
    ]
}