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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=354",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=352",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 353,
    "results": [
        {
            "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
        },
        {
            "start": 821317643,
            "stop": 821317859
        },
        {
            "start": 821317878,
            "stop": 821317988
        },
        {
            "start": 821318007,
            "stop": 821318213
        },
        {
            "start": 821318232,
            "stop": 821318476
        },
        {
            "start": 821318479,
            "stop": 821318480
        }
    ]
}