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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6417",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6415",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6416,
    "results": [
        {
            "start": 873748051,
            "stop": 873748108
        },
        {
            "start": 873748109,
            "stop": 873748185
        },
        {
            "start": 873748186,
            "stop": 873748210
        },
        {
            "start": 873748211,
            "stop": 873748294
        },
        {
            "start": 873748295,
            "stop": 873748347
        },
        {
            "start": 873748348,
            "stop": 873748456
        },
        {
            "start": 873748458,
            "stop": 873748520
        },
        {
            "start": 873748521,
            "stop": 873748558
        },
        {
            "start": 873748560,
            "stop": 873748566
        },
        {
            "start": 873748567,
            "stop": 873748630
        },
        {
            "start": 873748631,
            "stop": 873748842
        },
        {
            "start": 873748844,
            "stop": 873748957
        },
        {
            "start": 873748958,
            "stop": 873749050
        },
        {
            "start": 873749051,
            "stop": 873749149
        },
        {
            "start": 873749150,
            "stop": 873749278
        },
        {
            "start": 873749280,
            "stop": 873749339
        },
        {
            "start": 873749342,
            "stop": 873749450
        },
        {
            "start": 873749451,
            "stop": 873749585
        },
        {
            "start": 873749586,
            "stop": 873749634
        },
        {
            "start": 873749636,
            "stop": 873749813
        }
    ]
}