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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=54",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 55,
    "results": [
        {
            "start": 817345930,
            "stop": 817347013
        },
        {
            "start": 817348937,
            "stop": 817350867
        },
        {
            "start": 817350871,
            "stop": 817351033
        },
        {
            "start": 817352166,
            "stop": 817353110
        },
        {
            "start": 817353190,
            "stop": 817353362
        },
        {
            "start": 817353587,
            "stop": 817356410
        },
        {
            "start": 817356490,
            "stop": 817361638
        },
        {
            "start": 817361645,
            "stop": 817362433
        },
        {
            "start": 817363929,
            "stop": 817364090
        },
        {
            "start": 817364170,
            "stop": 817367150
        },
        {
            "start": 817367290,
            "stop": 817370249
        },
        {
            "start": 817370257,
            "stop": 817370270
        },
        {
            "start": 817370410,
            "stop": 817383410
        },
        {
            "start": 817383490,
            "stop": 817391717
        },
        {
            "start": 817391721,
            "stop": 817394630
        },
        {
            "start": 817394770,
            "stop": 817396370
        },
        {
            "start": 817396450,
            "stop": 817398364
        },
        {
            "start": 817404620,
            "stop": 817404820
        },
        {
            "start": 817404827,
            "stop": 817404973
        },
        {
            "start": 817405819,
            "stop": 817405944
        }
    ]
}