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=178
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=179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=177",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 178,
    "results": [
        {
            "start": 836801661,
            "stop": 836810472
        },
        {
            "start": 836810474,
            "stop": 836847656
        },
        {
            "start": 836847658,
            "stop": 836847678
        },
        {
            "start": 836847680,
            "stop": 836848153
        },
        {
            "start": 836848171,
            "stop": 836848172
        },
        {
            "start": 836848280,
            "stop": 836853271
        },
        {
            "start": 836853582,
            "stop": 836858113
        },
        {
            "start": 836859132,
            "stop": 836859606
        },
        {
            "start": 836859609,
            "stop": 836860367
        },
        {
            "start": 836860370,
            "stop": 836860375
        },
        {
            "start": 836860505,
            "stop": 836861754
        },
        {
            "start": 836863621,
            "stop": 836867545
        },
        {
            "start": 836867547,
            "stop": 836880503
        },
        {
            "start": 836880505,
            "stop": 836928237
        },
        {
            "start": 836928350,
            "stop": 836928973
        },
        {
            "start": 836930851,
            "stop": 836931821
        },
        {
            "start": 836933582,
            "stop": 836934853
        },
        {
            "start": 836934877,
            "stop": 836934878
        },
        {
            "start": 836934953,
            "stop": 836939134
        },
        {
            "start": 836939147,
            "stop": 836939165
        }
    ]
}