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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4773",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4771",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4772,
    "results": [
        {
            "start": 970410364,
            "stop": 970410395
        },
        {
            "start": 970410398,
            "stop": 970410521
        },
        {
            "start": 970410525,
            "stop": 970411056
        },
        {
            "start": 970411059,
            "stop": 970411117
        },
        {
            "start": 970411120,
            "stop": 970411125
        },
        {
            "start": 970411128,
            "stop": 970411138
        },
        {
            "start": 970411141,
            "stop": 970411147
        },
        {
            "start": 970411150,
            "stop": 970411290
        },
        {
            "start": 970412781,
            "stop": 970412797
        },
        {
            "start": 970412801,
            "stop": 970412913
        },
        {
            "start": 970412916,
            "stop": 970412949
        },
        {
            "start": 970412952,
            "stop": 970412965
        },
        {
            "start": 970415035,
            "stop": 970415037
        },
        {
            "start": 970415040,
            "stop": 970415100
        },
        {
            "start": 970415103,
            "stop": 970415454
        },
        {
            "start": 970415457,
            "stop": 970415540
        },
        {
            "start": 970415543,
            "stop": 970415632
        },
        {
            "start": 970415635,
            "stop": 970415655
        },
        {
            "start": 970415658,
            "stop": 970415901
        },
        {
            "start": 970415904,
            "stop": 970415906
        }
    ]
}