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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=35",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 36,
    "results": [
        {
            "start": 931482040,
            "stop": 931482042
        },
        {
            "start": 931482049,
            "stop": 931482051
        },
        {
            "start": 931482056,
            "stop": 931482058
        },
        {
            "start": 931482062,
            "stop": 931482065
        },
        {
            "start": 931482068,
            "stop": 931482069
        },
        {
            "start": 931482075,
            "stop": 931482078
        },
        {
            "start": 931482082,
            "stop": 931482083
        },
        {
            "start": 931482096,
            "stop": 931482099
        },
        {
            "start": 931482103,
            "stop": 931482104
        },
        {
            "start": 931482108,
            "stop": 931482110
        },
        {
            "start": 931482114,
            "stop": 931482118
        },
        {
            "start": 931482120,
            "stop": 931482121
        },
        {
            "start": 931482126,
            "stop": 931482131
        },
        {
            "start": 931482140,
            "stop": 931482156
        },
        {
            "start": 931482167,
            "stop": 931482179
        },
        {
            "start": 931482182,
            "stop": 931482186
        },
        {
            "start": 931482194,
            "stop": 931482196
        },
        {
            "start": 931482198,
            "stop": 931482199
        },
        {
            "start": 931482208,
            "stop": 931482219
        },
        {
            "start": 931482224,
            "stop": 931482228
        }
    ]
}