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=14462
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=14463",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14461",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14462,
    "results": [
        {
            "start": 971562240,
            "stop": 971562242
        },
        {
            "start": 971562247,
            "stop": 971562248
        },
        {
            "start": 971562251,
            "stop": 971562253
        },
        {
            "start": 971562254,
            "stop": 971562256
        },
        {
            "start": 971562260,
            "stop": 971562262
        },
        {
            "start": 971562270,
            "stop": 971562273
        },
        {
            "start": 971562276,
            "stop": 971562278
        },
        {
            "start": 971562283,
            "stop": 971562284
        },
        {
            "start": 971562287,
            "stop": 971562289
        },
        {
            "start": 971562297,
            "stop": 971562300
        },
        {
            "start": 971562301,
            "stop": 971562302
        },
        {
            "start": 971562305,
            "stop": 971562309
        },
        {
            "start": 971562312,
            "stop": 971562313
        },
        {
            "start": 971562314,
            "stop": 971562318
        },
        {
            "start": 971562322,
            "stop": 971562324
        },
        {
            "start": 971562336,
            "stop": 971562337
        },
        {
            "start": 971562347,
            "stop": 971562349
        },
        {
            "start": 971562357,
            "stop": 971562359
        },
        {
            "start": 971562378,
            "stop": 971562379
        },
        {
            "start": 971562384,
            "stop": 971562385
        }
    ]
}