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=6864
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=6865",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6863",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6864,
    "results": [
        {
            "start": 873293177,
            "stop": 873293181
        },
        {
            "start": 873293184,
            "stop": 873293461
        },
        {
            "start": 873293464,
            "stop": 873293868
        },
        {
            "start": 873293871,
            "stop": 873294453
        },
        {
            "start": 873294458,
            "stop": 873294470
        },
        {
            "start": 873294474,
            "stop": 873294498
        },
        {
            "start": 873294501,
            "stop": 873294842
        },
        {
            "start": 873294846,
            "stop": 873294981
        },
        {
            "start": 873294986,
            "stop": 873295076
        },
        {
            "start": 873295079,
            "stop": 873295216
        },
        {
            "start": 873295220,
            "stop": 873295785
        },
        {
            "start": 873295788,
            "stop": 873296092
        },
        {
            "start": 873296093,
            "stop": 873297208
        },
        {
            "start": 873297211,
            "stop": 873297376
        },
        {
            "start": 873297380,
            "stop": 873297386
        },
        {
            "start": 873297389,
            "stop": 873297399
        },
        {
            "start": 873297402,
            "stop": 873297540
        },
        {
            "start": 873297544,
            "stop": 873297606
        },
        {
            "start": 873297611,
            "stop": 873297712
        },
        {
            "start": 873297715,
            "stop": 873297744
        }
    ]
}