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=59
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=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=58",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 59,
    "results": [
        {
            "start": 822397076,
            "stop": 822401984
        },
        {
            "start": 822402216,
            "stop": 822411673
        },
        {
            "start": 822411714,
            "stop": 822411715
        },
        {
            "start": 822411823,
            "stop": 822412181
        },
        {
            "start": 822412276,
            "stop": 822412333
        },
        {
            "start": 822412341,
            "stop": 822412342
        },
        {
            "start": 822412534,
            "stop": 822413179
        },
        {
            "start": 822413593,
            "stop": 822416167
        },
        {
            "start": 822416230,
            "stop": 822416895
        },
        {
            "start": 822424979,
            "stop": 822424993
        },
        {
            "start": 822425002,
            "stop": 822425003
        },
        {
            "start": 822425058,
            "stop": 822425079
        },
        {
            "start": 822431340,
            "stop": 822433573
        },
        {
            "start": 822433589,
            "stop": 822433590
        },
        {
            "start": 822433784,
            "stop": 822434593
        },
        {
            "start": 822434600,
            "stop": 822434602
        },
        {
            "start": 822434812,
            "stop": 822435553
        },
        {
            "start": 822437391,
            "stop": 822438538
        },
        {
            "start": 822438603,
            "stop": 822443173
        },
        {
            "start": 822443204,
            "stop": 822443205
        }
    ]
}