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_CAT2/segments?format=api&page=599
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=600",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=598",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 599,
    "results": [
        {
            "start": 837512491,
            "stop": 837512688
        },
        {
            "start": 837513256,
            "stop": 837515249
        },
        {
            "start": 837515846,
            "stop": 837516718
        },
        {
            "start": 837517269,
            "stop": 837523786
        },
        {
            "start": 837524318,
            "stop": 837541625
        },
        {
            "start": 837541814,
            "stop": 837548024
        },
        {
            "start": 837550701,
            "stop": 837552135
        },
        {
            "start": 837560414,
            "stop": 837560493
        },
        {
            "start": 837560813,
            "stop": 837561023
        },
        {
            "start": 837561423,
            "stop": 837561929
        },
        {
            "start": 837563071,
            "stop": 837564629
        },
        {
            "start": 837565190,
            "stop": 837565278
        },
        {
            "start": 837565772,
            "stop": 837568874
        },
        {
            "start": 837570052,
            "stop": 837572957
        },
        {
            "start": 837573556,
            "stop": 837579781
        },
        {
            "start": 837580788,
            "stop": 837600009
        },
        {
            "start": 837600508,
            "stop": 837601193
        },
        {
            "start": 837601736,
            "stop": 837626834
        },
        {
            "start": 837626835,
            "stop": 837628078
        },
        {
            "start": 837629217,
            "stop": 837636126
        }
    ]
}