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=277
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=278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=276",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 277,
    "results": [
        {
            "start": 821084596,
            "stop": 821084605
        },
        {
            "start": 821084609,
            "stop": 821084624
        },
        {
            "start": 821084637,
            "stop": 821084643
        },
        {
            "start": 821085137,
            "stop": 821086235
        },
        {
            "start": 821086239,
            "stop": 821086336
        },
        {
            "start": 821086340,
            "stop": 821086696
        },
        {
            "start": 821086699,
            "stop": 821086783
        },
        {
            "start": 821086787,
            "stop": 821087583
        },
        {
            "start": 821087591,
            "stop": 821087614
        },
        {
            "start": 821087617,
            "stop": 821087895
        },
        {
            "start": 821087898,
            "stop": 821088073
        },
        {
            "start": 821088081,
            "stop": 821088559
        },
        {
            "start": 821088563,
            "stop": 821088578
        },
        {
            "start": 821088582,
            "stop": 821088594
        },
        {
            "start": 821088603,
            "stop": 821088688
        },
        {
            "start": 821089122,
            "stop": 821089413
        },
        {
            "start": 821089417,
            "stop": 821090843
        },
        {
            "start": 821090846,
            "stop": 821098607
        },
        {
            "start": 821099007,
            "stop": 821099817
        },
        {
            "start": 821099820,
            "stop": 821100185
        }
    ]
}