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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=303",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=301",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 302,
    "results": [
        {
            "start": 933482413,
            "stop": 933482418
        },
        {
            "start": 933482421,
            "stop": 933482489
        },
        {
            "start": 933482492,
            "stop": 933482497
        },
        {
            "start": 933482500,
            "stop": 933482506
        },
        {
            "start": 933482510,
            "stop": 933482530
        },
        {
            "start": 933482533,
            "stop": 933482580
        },
        {
            "start": 933482583,
            "stop": 933482609
        },
        {
            "start": 933482612,
            "stop": 933482638
        },
        {
            "start": 933482642,
            "stop": 933482729
        },
        {
            "start": 933482732,
            "stop": 933482765
        },
        {
            "start": 933482768,
            "stop": 933482818
        },
        {
            "start": 933482822,
            "stop": 933482958
        },
        {
            "start": 933482961,
            "stop": 933483047
        },
        {
            "start": 933498781,
            "stop": 933499045
        },
        {
            "start": 933504175,
            "stop": 933507523
        },
        {
            "start": 933512959,
            "stop": 933519615
        },
        {
            "start": 933537615,
            "stop": 933538290
        },
        {
            "start": 933538317,
            "stop": 933538318
        },
        {
            "start": 933539631,
            "stop": 933540368
        },
        {
            "start": 933540661,
            "stop": 933543259
        }
    ]
}