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=266
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=267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=265",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 266,
    "results": [
        {
            "start": 821045924,
            "stop": 821045959
        },
        {
            "start": 821045963,
            "stop": 821045989
        },
        {
            "start": 821045993,
            "stop": 821046045
        },
        {
            "start": 821046059,
            "stop": 821046065
        },
        {
            "start": 821046073,
            "stop": 821046079
        },
        {
            "start": 821046093,
            "stop": 821046098
        },
        {
            "start": 821046127,
            "stop": 821046168
        },
        {
            "start": 821046171,
            "stop": 821046199
        },
        {
            "start": 821046236,
            "stop": 821046242
        },
        {
            "start": 821046256,
            "stop": 821046278
        },
        {
            "start": 821046281,
            "stop": 821046333
        },
        {
            "start": 821046733,
            "stop": 821046748
        },
        {
            "start": 821047148,
            "stop": 821047295
        },
        {
            "start": 821047299,
            "stop": 821047302
        },
        {
            "start": 821047321,
            "stop": 821047336
        },
        {
            "start": 821047340,
            "stop": 821047445
        },
        {
            "start": 821047450,
            "stop": 821047455
        },
        {
            "start": 821047460,
            "stop": 821047505
        },
        {
            "start": 821047509,
            "stop": 821047586
        },
        {
            "start": 821047592,
            "stop": 821047601
        }
    ]
}