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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6012",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6010",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6011,
    "results": [
        {
            "start": 873518293,
            "stop": 873518294
        },
        {
            "start": 873518301,
            "stop": 873518304
        },
        {
            "start": 873518306,
            "stop": 873518309
        },
        {
            "start": 873518312,
            "stop": 873518313
        },
        {
            "start": 873518315,
            "stop": 873518319
        },
        {
            "start": 873518320,
            "stop": 873518324
        },
        {
            "start": 873518326,
            "stop": 873518328
        },
        {
            "start": 873518331,
            "stop": 873518343
        },
        {
            "start": 873518348,
            "stop": 873518351
        },
        {
            "start": 873518352,
            "stop": 873518353
        },
        {
            "start": 873518355,
            "stop": 873518356
        },
        {
            "start": 873518359,
            "stop": 873518363
        },
        {
            "start": 873518365,
            "stop": 873518375
        },
        {
            "start": 873518377,
            "stop": 873518379
        },
        {
            "start": 873518383,
            "stop": 873518387
        },
        {
            "start": 873518388,
            "stop": 873518389
        },
        {
            "start": 873518390,
            "stop": 873518391
        },
        {
            "start": 873518393,
            "stop": 873518402
        },
        {
            "start": 873518403,
            "stop": 873518409
        },
        {
            "start": 873518410,
            "stop": 873518419
        }
    ]
}