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/H2_CBCHIGH_CAT3/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/H2_CBCHIGH_CAT3/segments?format=api&page=334",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=332",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 333,
    "results": [
        {
            "start": 821309283,
            "stop": 821309301
        },
        {
            "start": 821309320,
            "stop": 821309649
        },
        {
            "start": 821309668,
            "stop": 821310113
        },
        {
            "start": 821310132,
            "stop": 821310495
        },
        {
            "start": 821310514,
            "stop": 821311090
        },
        {
            "start": 821311109,
            "stop": 821311203
        },
        {
            "start": 821311222,
            "stop": 821312144
        },
        {
            "start": 821312151,
            "stop": 821313859
        },
        {
            "start": 821313878,
            "stop": 821314278
        },
        {
            "start": 821314282,
            "stop": 821314572
        },
        {
            "start": 821314591,
            "stop": 821315597
        },
        {
            "start": 821315601,
            "stop": 821316005
        },
        {
            "start": 821316008,
            "stop": 821316468
        },
        {
            "start": 821316471,
            "stop": 821317015
        },
        {
            "start": 821317036,
            "stop": 821317384
        },
        {
            "start": 821317388,
            "stop": 821317418
        },
        {
            "start": 821317437,
            "stop": 821317461
        },
        {
            "start": 821317480,
            "stop": 821317546
        },
        {
            "start": 821317549,
            "stop": 821317552
        },
        {
            "start": 821317571,
            "stop": 821317624
        }
    ]
}