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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=334",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=332",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 333,
    "results": [
        {
            "start": 822554371,
            "stop": 822554481
        },
        {
            "start": 822554488,
            "stop": 822554710
        },
        {
            "start": 822554717,
            "stop": 822554760
        },
        {
            "start": 822554820,
            "stop": 822554940
        },
        {
            "start": 822555000,
            "stop": 822555120
        },
        {
            "start": 822555180,
            "stop": 822555240
        },
        {
            "start": 822555300,
            "stop": 822555366
        },
        {
            "start": 822555525,
            "stop": 822555967
        },
        {
            "start": 822555980,
            "stop": 822556380
        },
        {
            "start": 822556500,
            "stop": 822556620
        },
        {
            "start": 822556680,
            "stop": 822556703
        },
        {
            "start": 822556710,
            "stop": 822556817
        },
        {
            "start": 822556824,
            "stop": 822557048
        },
        {
            "start": 822557055,
            "stop": 822557185
        },
        {
            "start": 822557192,
            "stop": 822558043
        },
        {
            "start": 822558115,
            "stop": 822558553
        },
        {
            "start": 822558916,
            "stop": 822558973
        },
        {
            "start": 822559104,
            "stop": 822559260
        },
        {
            "start": 822559320,
            "stop": 822559380
        },
        {
            "start": 822559440,
            "stop": 822560340
        }
    ]
}