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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5109",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5110,
    "results": [
        {
            "start": 874700317,
            "stop": 874700339
        },
        {
            "start": 874700371,
            "stop": 874700376
        },
        {
            "start": 874700399,
            "stop": 874700402
        },
        {
            "start": 874700422,
            "stop": 874700466
        },
        {
            "start": 874700490,
            "stop": 874700566
        },
        {
            "start": 874700588,
            "stop": 874700609
        },
        {
            "start": 874700695,
            "stop": 874700746
        },
        {
            "start": 874700804,
            "stop": 874700806
        },
        {
            "start": 874700825,
            "stop": 874700826
        },
        {
            "start": 874700845,
            "stop": 874700850
        },
        {
            "start": 874700870,
            "stop": 874700873
        },
        {
            "start": 874700908,
            "stop": 874700920
        },
        {
            "start": 874700939,
            "stop": 874701003
        },
        {
            "start": 874701022,
            "stop": 874701035
        },
        {
            "start": 874701098,
            "stop": 874701104
        },
        {
            "start": 874701124,
            "stop": 874701150
        },
        {
            "start": 874701188,
            "stop": 874701196
        },
        {
            "start": 874701216,
            "stop": 874701244
        },
        {
            "start": 874701350,
            "stop": 874701361
        },
        {
            "start": 874701383,
            "stop": 874701388
        }
    ]
}