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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16590",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16588",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16589,
    "results": [
        {
            "start": 874717136,
            "stop": 874717143
        },
        {
            "start": 874717144,
            "stop": 874717146
        },
        {
            "start": 874717147,
            "stop": 874717162
        },
        {
            "start": 874717164,
            "stop": 874717185
        },
        {
            "start": 874717186,
            "stop": 874717193
        },
        {
            "start": 874717194,
            "stop": 874717205
        },
        {
            "start": 874717207,
            "stop": 874717212
        },
        {
            "start": 874717214,
            "stop": 874717216
        },
        {
            "start": 874717217,
            "stop": 874717225
        },
        {
            "start": 874717228,
            "stop": 874717237
        },
        {
            "start": 874717238,
            "stop": 874717239
        },
        {
            "start": 874717240,
            "stop": 874717287
        },
        {
            "start": 874717289,
            "stop": 874717318
        },
        {
            "start": 874717320,
            "stop": 874717333
        },
        {
            "start": 874717335,
            "stop": 874717364
        },
        {
            "start": 874717366,
            "stop": 874717397
        },
        {
            "start": 874717399,
            "stop": 874717415
        },
        {
            "start": 874717417,
            "stop": 874717435
        },
        {
            "start": 874717436,
            "stop": 874717459
        },
        {
            "start": 874717460,
            "stop": 874717490
        }
    ]
}