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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=72",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 73,
    "results": [
        {
            "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
        },
        {
            "start": 931462541,
            "stop": 931462549
        },
        {
            "start": 931462550,
            "stop": 931462580
        },
        {
            "start": 931462581,
            "stop": 931462597
        },
        {
            "start": 931462599,
            "stop": 931462611
        }
    ]
}