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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6648",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6646",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6647,
    "results": [
        {
            "start": 874958948,
            "stop": 874958998
        },
        {
            "start": 874958999,
            "stop": 874959048
        },
        {
            "start": 874968343,
            "stop": 874968393
        },
        {
            "start": 874968395,
            "stop": 874968979
        },
        {
            "start": 874968981,
            "stop": 874969097
        },
        {
            "start": 874969098,
            "stop": 874969135
        },
        {
            "start": 874969136,
            "stop": 874969208
        },
        {
            "start": 874969209,
            "stop": 874969297
        },
        {
            "start": 874969299,
            "stop": 874969987
        },
        {
            "start": 874969988,
            "stop": 874970034
        },
        {
            "start": 874970035,
            "stop": 874970058
        },
        {
            "start": 874970059,
            "stop": 874970099
        },
        {
            "start": 874970100,
            "stop": 874970711
        },
        {
            "start": 874970712,
            "stop": 874970835
        },
        {
            "start": 874970836,
            "stop": 874971138
        },
        {
            "start": 874971139,
            "stop": 874971303
        },
        {
            "start": 874971304,
            "stop": 874971342
        },
        {
            "start": 874971343,
            "stop": 874971672
        },
        {
            "start": 874971673,
            "stop": 874971813
        },
        {
            "start": 874971814,
            "stop": 874972359
        }
    ]
}