Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=60
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=61",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=59",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 60,
    "results": [
        {
            "start": 816179870,
            "stop": 816179949
        },
        {
            "start": 816179952,
            "stop": 816179954
        },
        {
            "start": 816179958,
            "stop": 816179978
        },
        {
            "start": 816179981,
            "stop": 816179992
        },
        {
            "start": 816179996,
            "stop": 816180009
        },
        {
            "start": 816180012,
            "stop": 816180154
        },
        {
            "start": 816180155,
            "stop": 816180192
        },
        {
            "start": 816180196,
            "stop": 816180383
        },
        {
            "start": 816180386,
            "stop": 816180424
        },
        {
            "start": 816180428,
            "stop": 816180469
        },
        {
            "start": 816180473,
            "stop": 816180565
        },
        {
            "start": 816180569,
            "stop": 816180597
        },
        {
            "start": 816180600,
            "stop": 816180686
        },
        {
            "start": 816180689,
            "stop": 816180714
        },
        {
            "start": 816180717,
            "stop": 816180745
        },
        {
            "start": 816180749,
            "stop": 816180750
        },
        {
            "start": 816180754,
            "stop": 816180756
        },
        {
            "start": 816180759,
            "stop": 816180785
        },
        {
            "start": 816180789,
            "stop": 816180804
        },
        {
            "start": 816180807,
            "stop": 816180839
        }
    ]
}