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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=33",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 34,
    "results": [
        {
            "start": 931190934,
            "stop": 931190944
        },
        {
            "start": 931219015,
            "stop": 931219027
        },
        {
            "start": 931219044,
            "stop": 931219089
        },
        {
            "start": 931219107,
            "stop": 931219215
        },
        {
            "start": 931219578,
            "stop": 931219591
        },
        {
            "start": 931219609,
            "stop": 931219663
        },
        {
            "start": 931219727,
            "stop": 931219782
        },
        {
            "start": 931219800,
            "stop": 931219833
        },
        {
            "start": 931219850,
            "stop": 931219864
        },
        {
            "start": 931220057,
            "stop": 931220084
        },
        {
            "start": 931220119,
            "stop": 931220139
        },
        {
            "start": 931220168,
            "stop": 931220200
        },
        {
            "start": 931242387,
            "stop": 931242393
        },
        {
            "start": 931242411,
            "stop": 931242412
        },
        {
            "start": 931242444,
            "stop": 931242450
        },
        {
            "start": 931242468,
            "stop": 931242496
        },
        {
            "start": 931242514,
            "stop": 931242703
        },
        {
            "start": 931242705,
            "stop": 931242751
        },
        {
            "start": 931242756,
            "stop": 931243745
        },
        {
            "start": 931243764,
            "stop": 931243809
        }
    ]
}