Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5284
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5285",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5283",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5284,
    "results": [
        {
            "start": 1136408116,
            "stop": 1136408239
        },
        {
            "start": 1136408241,
            "stop": 1136408246
        },
        {
            "start": 1136408248,
            "stop": 1136408254
        },
        {
            "start": 1136408256,
            "stop": 1136408286
        },
        {
            "start": 1136408288,
            "stop": 1136408301
        },
        {
            "start": 1136408303,
            "stop": 1136408308
        },
        {
            "start": 1136408310,
            "stop": 1136408339
        },
        {
            "start": 1136408341,
            "stop": 1136408352
        },
        {
            "start": 1136408354,
            "stop": 1136408359
        },
        {
            "start": 1136408361,
            "stop": 1136408376
        },
        {
            "start": 1136408378,
            "stop": 1136408409
        },
        {
            "start": 1136408411,
            "stop": 1136408454
        },
        {
            "start": 1136408456,
            "stop": 1136408476
        },
        {
            "start": 1136408478,
            "stop": 1136408492
        },
        {
            "start": 1136408494,
            "stop": 1136408505
        },
        {
            "start": 1136408507,
            "stop": 1136408524
        },
        {
            "start": 1136408526,
            "stop": 1136408574
        },
        {
            "start": 1136408576,
            "stop": 1136408578
        },
        {
            "start": 1136408580,
            "stop": 1136408581
        },
        {
            "start": 1136408583,
            "stop": 1136408616
        }
    ]
}