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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7008",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7006",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7007,
    "results": [
        {
            "start": 873748631,
            "stop": 873748842
        },
        {
            "start": 873748844,
            "stop": 873748957
        },
        {
            "start": 873748958,
            "stop": 873749050
        },
        {
            "start": 873749051,
            "stop": 873749149
        },
        {
            "start": 873749150,
            "stop": 873749278
        },
        {
            "start": 873749280,
            "stop": 873749335
        },
        {
            "start": 873749543,
            "stop": 873749585
        },
        {
            "start": 873749586,
            "stop": 873749634
        },
        {
            "start": 873749636,
            "stop": 873749813
        },
        {
            "start": 873749814,
            "stop": 873750120
        },
        {
            "start": 873750180,
            "stop": 873750190
        },
        {
            "start": 873750192,
            "stop": 873750278
        },
        {
            "start": 873750279,
            "stop": 873750393
        },
        {
            "start": 873750395,
            "stop": 873750445
        },
        {
            "start": 873750447,
            "stop": 873750552
        },
        {
            "start": 873750553,
            "stop": 873750683
        },
        {
            "start": 873750684,
            "stop": 873750996
        },
        {
            "start": 873750998,
            "stop": 873751004
        },
        {
            "start": 873751005,
            "stop": 873751044
        },
        {
            "start": 873751045,
            "stop": 873751149
        }
    ]
}