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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=72",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 73,
    "results": [
        {
            "start": 817451241,
            "stop": 817451256
        },
        {
            "start": 817451259,
            "stop": 817451329
        },
        {
            "start": 817451333,
            "stop": 817451363
        },
        {
            "start": 817451366,
            "stop": 817451371
        },
        {
            "start": 817451374,
            "stop": 817451659
        },
        {
            "start": 817451662,
            "stop": 817451675
        },
        {
            "start": 817451678,
            "stop": 817451685
        },
        {
            "start": 817451688,
            "stop": 817451733
        },
        {
            "start": 817451739,
            "stop": 817451779
        },
        {
            "start": 817451783,
            "stop": 817453283
        },
        {
            "start": 817453286,
            "stop": 817453355
        },
        {
            "start": 817453358,
            "stop": 817453384
        },
        {
            "start": 817453387,
            "stop": 817460494
        },
        {
            "start": 817460497,
            "stop": 817460506
        },
        {
            "start": 817460509,
            "stop": 817461150
        },
        {
            "start": 817463345,
            "stop": 817464418
        },
        {
            "start": 817464421,
            "stop": 817466916
        },
        {
            "start": 817466919,
            "stop": 817467473
        },
        {
            "start": 817467476,
            "stop": 817467651
        },
        {
            "start": 817467654,
            "stop": 817473000
        }
    ]
}