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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=700",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=698",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 699,
    "results": [
        {
            "start": 830148245,
            "stop": 830148265
        },
        {
            "start": 830148269,
            "stop": 830148302
        },
        {
            "start": 830148305,
            "stop": 830148406
        },
        {
            "start": 830148410,
            "stop": 830148530
        },
        {
            "start": 830148533,
            "stop": 830148536
        },
        {
            "start": 830148540,
            "stop": 830148580
        },
        {
            "start": 830148584,
            "stop": 830148645
        },
        {
            "start": 830148648,
            "stop": 830148656
        },
        {
            "start": 830148659,
            "stop": 830148660
        },
        {
            "start": 830148720,
            "stop": 830148840
        },
        {
            "start": 830148900,
            "stop": 830149020
        },
        {
            "start": 830149080,
            "stop": 830149119
        },
        {
            "start": 830149122,
            "stop": 830149200
        },
        {
            "start": 830149260,
            "stop": 830149355
        },
        {
            "start": 830149360,
            "stop": 830149425
        },
        {
            "start": 830149428,
            "stop": 830149497
        },
        {
            "start": 830149501,
            "stop": 830149526
        },
        {
            "start": 830149529,
            "stop": 830149920
        },
        {
            "start": 830149980,
            "stop": 830150073
        },
        {
            "start": 830150076,
            "stop": 830150441
        }
    ]
}