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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=182",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 183,
    "results": [
        {
            "start": 820138381,
            "stop": 820138435
        },
        {
            "start": 820138444,
            "stop": 820138513
        },
        {
            "start": 820143330,
            "stop": 820158690
        },
        {
            "start": 820159966,
            "stop": 820160710
        },
        {
            "start": 820164669,
            "stop": 820172790
        },
        {
            "start": 820174728,
            "stop": 820174752
        },
        {
            "start": 820174759,
            "stop": 820177456
        },
        {
            "start": 820177466,
            "stop": 820177843
        },
        {
            "start": 820177851,
            "stop": 820177901
        },
        {
            "start": 820177916,
            "stop": 820177972
        },
        {
            "start": 820177985,
            "stop": 820178268
        },
        {
            "start": 820178275,
            "stop": 820178466
        },
        {
            "start": 820178481,
            "stop": 820179644
        },
        {
            "start": 820179662,
            "stop": 820179702
        },
        {
            "start": 820179724,
            "stop": 820179793
        },
        {
            "start": 820179848,
            "stop": 820179849
        },
        {
            "start": 820183599,
            "stop": 820183637
        },
        {
            "start": 820183644,
            "stop": 820183659
        },
        {
            "start": 820183668,
            "stop": 820183984
        },
        {
            "start": 820183992,
            "stop": 820183993
        }
    ]
}