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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=210",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 211,
    "results": [
        {
            "start": 820467741,
            "stop": 820467745
        },
        {
            "start": 820467748,
            "stop": 820467909
        },
        {
            "start": 820467912,
            "stop": 820468070
        },
        {
            "start": 820468073,
            "stop": 820468472
        },
        {
            "start": 820468476,
            "stop": 820468914
        },
        {
            "start": 820468917,
            "stop": 820469853
        },
        {
            "start": 820469857,
            "stop": 820470808
        },
        {
            "start": 820470811,
            "stop": 820470845
        },
        {
            "start": 820470849,
            "stop": 820471695
        },
        {
            "start": 820471698,
            "stop": 820471945
        },
        {
            "start": 820471950,
            "stop": 820472251
        },
        {
            "start": 820472254,
            "stop": 820472265
        },
        {
            "start": 820472268,
            "stop": 820473103
        },
        {
            "start": 820473106,
            "stop": 820473204
        },
        {
            "start": 820473207,
            "stop": 820474069
        },
        {
            "start": 820474073,
            "stop": 820474351
        },
        {
            "start": 820474354,
            "stop": 820474697
        },
        {
            "start": 820474700,
            "stop": 820474760
        },
        {
            "start": 820474764,
            "stop": 820475267
        },
        {
            "start": 820475270,
            "stop": 820475328
        }
    ]
}