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=243
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=244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=242",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 243,
    "results": [
        {
            "start": 820921063,
            "stop": 820921330
        },
        {
            "start": 820921879,
            "stop": 820921935
        },
        {
            "start": 820922832,
            "stop": 820922937
        },
        {
            "start": 820922940,
            "stop": 820923087
        },
        {
            "start": 820923090,
            "stop": 820923152
        },
        {
            "start": 820923156,
            "stop": 820923233
        },
        {
            "start": 820923236,
            "stop": 820923472
        },
        {
            "start": 820923476,
            "stop": 820923551
        },
        {
            "start": 820923554,
            "stop": 820923556
        },
        {
            "start": 820923559,
            "stop": 820923615
        },
        {
            "start": 820923618,
            "stop": 820923639
        },
        {
            "start": 820923642,
            "stop": 820923796
        },
        {
            "start": 820923799,
            "stop": 820924097
        },
        {
            "start": 820924100,
            "stop": 820924124
        },
        {
            "start": 820924127,
            "stop": 820924175
        },
        {
            "start": 820924178,
            "stop": 820924192
        },
        {
            "start": 820924195,
            "stop": 820924260
        },
        {
            "start": 820924263,
            "stop": 820924467
        },
        {
            "start": 820924471,
            "stop": 820924530
        },
        {
            "start": 820924534,
            "stop": 820924604
        }
    ]
}