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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=37",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 38,
    "results": [
        {
            "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
        },
        {
            "start": 931482232,
            "stop": 931482233
        },
        {
            "start": 931482237,
            "stop": 931482238
        },
        {
            "start": 931482241,
            "stop": 931482242
        },
        {
            "start": 931482246,
            "stop": 931482261
        },
        {
            "start": 931482264,
            "stop": 931482271
        },
        {
            "start": 931482274,
            "stop": 931482277
        }
    ]
}