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/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=107
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=108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=106",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 107,
    "results": [
        {
            "start": 818062263,
            "stop": 818062265
        },
        {
            "start": 818062268,
            "stop": 818062295
        },
        {
            "start": 818062298,
            "stop": 818062303
        },
        {
            "start": 818062306,
            "stop": 818062315
        },
        {
            "start": 818062318,
            "stop": 818062331
        },
        {
            "start": 818062334,
            "stop": 818062338
        },
        {
            "start": 818062346,
            "stop": 818062348
        },
        {
            "start": 818062354,
            "stop": 818062356
        },
        {
            "start": 818062359,
            "stop": 818062363
        },
        {
            "start": 818062366,
            "stop": 818062367
        },
        {
            "start": 818062371,
            "stop": 818062376
        },
        {
            "start": 818062380,
            "stop": 818062390
        },
        {
            "start": 818062398,
            "stop": 818062406
        },
        {
            "start": 818062409,
            "stop": 818062418
        },
        {
            "start": 818062432,
            "stop": 818062443
        },
        {
            "start": 818062446,
            "stop": 818062447
        },
        {
            "start": 818062452,
            "stop": 818062460
        },
        {
            "start": 818062465,
            "stop": 818062472
        },
        {
            "start": 818062478,
            "stop": 818062483
        },
        {
            "start": 818062486,
            "stop": 818062508
        }
    ]
}