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=16803
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=16804",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16802",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16803,
    "results": [
        {
            "start": 875127399,
            "stop": 875127411
        },
        {
            "start": 875127412,
            "stop": 875127429
        },
        {
            "start": 875127430,
            "stop": 875127438
        },
        {
            "start": 875127439,
            "stop": 875127445
        },
        {
            "start": 875127447,
            "stop": 875127459
        },
        {
            "start": 875127461,
            "stop": 875127488
        },
        {
            "start": 875127490,
            "stop": 875127498
        },
        {
            "start": 875127499,
            "stop": 875127538
        },
        {
            "start": 875127540,
            "stop": 875127555
        },
        {
            "start": 875127557,
            "stop": 875127567
        },
        {
            "start": 875127568,
            "stop": 875127582
        },
        {
            "start": 875127584,
            "stop": 875127590
        },
        {
            "start": 875127594,
            "stop": 875127597
        },
        {
            "start": 875127599,
            "stop": 875127614
        },
        {
            "start": 875127615,
            "stop": 875127720
        },
        {
            "start": 875127723,
            "stop": 875127732
        },
        {
            "start": 875127737,
            "stop": 875127746
        },
        {
            "start": 875127748,
            "stop": 875127755
        },
        {
            "start": 875127756,
            "stop": 875127769
        },
        {
            "start": 875127770,
            "stop": 875127781
        }
    ]
}