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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=74",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 75,
    "results": [
        {
            "start": 931461394,
            "stop": 931461659
        },
        {
            "start": 931461662,
            "stop": 931461680
        },
        {
            "start": 931461723,
            "stop": 931461731
        },
        {
            "start": 931461750,
            "stop": 931461958
        },
        {
            "start": 931461961,
            "stop": 931462032
        },
        {
            "start": 931462035,
            "stop": 931462085
        },
        {
            "start": 931462159,
            "stop": 931462205
        },
        {
            "start": 931462208,
            "stop": 931462209
        },
        {
            "start": 931462213,
            "stop": 931462230
        },
        {
            "start": 931462231,
            "stop": 931462347
        },
        {
            "start": 931462371,
            "stop": 931462377
        },
        {
            "start": 931462378,
            "stop": 931462395
        },
        {
            "start": 931462397,
            "stop": 931462400
        },
        {
            "start": 931462402,
            "stop": 931462429
        },
        {
            "start": 931462431,
            "stop": 931462452
        },
        {
            "start": 931462454,
            "stop": 931462473
        },
        {
            "start": 931462475,
            "stop": 931462484
        },
        {
            "start": 931462485,
            "stop": 931462501
        },
        {
            "start": 931462502,
            "stop": 931462526
        },
        {
            "start": 931462527,
            "stop": 931462539
        }
    ]
}