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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=271",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=269",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 270,
    "results": [
        {
            "start": 1177154239,
            "stop": 1177154722
        },
        {
            "start": 1177154727,
            "stop": 1177154750
        },
        {
            "start": 1177154751,
            "stop": 1177154889
        },
        {
            "start": 1177154891,
            "stop": 1177157182
        },
        {
            "start": 1177157183,
            "stop": 1177157383
        },
        {
            "start": 1177157384,
            "stop": 1177157404
        },
        {
            "start": 1177157405,
            "stop": 1177158222
        },
        {
            "start": 1177158225,
            "stop": 1177159498
        },
        {
            "start": 1177159500,
            "stop": 1177159828
        },
        {
            "start": 1177159829,
            "stop": 1177159961
        },
        {
            "start": 1177159962,
            "stop": 1177160241
        },
        {
            "start": 1177160242,
            "stop": 1177160243
        },
        {
            "start": 1177160246,
            "stop": 1177160382
        },
        {
            "start": 1177160383,
            "stop": 1177160483
        },
        {
            "start": 1177160485,
            "stop": 1177160486
        },
        {
            "start": 1177160487,
            "stop": 1177160603
        },
        {
            "start": 1177160607,
            "stop": 1177161571
        },
        {
            "start": 1177161575,
            "stop": 1177161582
        },
        {
            "start": 1177161583,
            "stop": 1177161707
        },
        {
            "start": 1177161708,
            "stop": 1177162899
        }
    ]
}