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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29404",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29402",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29403,
    "results": [
        {
            "start": 971409527,
            "stop": 971409530
        },
        {
            "start": 971409532,
            "stop": 971409537
        },
        {
            "start": 971409539,
            "stop": 971409540
        },
        {
            "start": 971409542,
            "stop": 971409549
        },
        {
            "start": 971409550,
            "stop": 971409565
        },
        {
            "start": 971409566,
            "stop": 971409570
        },
        {
            "start": 971409574,
            "stop": 971409575
        },
        {
            "start": 971409576,
            "stop": 971409578
        },
        {
            "start": 971409582,
            "stop": 971409584
        },
        {
            "start": 971409586,
            "stop": 971409587
        },
        {
            "start": 971409589,
            "stop": 971409591
        },
        {
            "start": 971409592,
            "stop": 971409594
        },
        {
            "start": 971409597,
            "stop": 971409602
        },
        {
            "start": 971409603,
            "stop": 971409606
        },
        {
            "start": 971409608,
            "stop": 971409609
        },
        {
            "start": 971409610,
            "stop": 971409611
        },
        {
            "start": 971409613,
            "stop": 971409615
        },
        {
            "start": 971409616,
            "stop": 971409624
        },
        {
            "start": 971409626,
            "stop": 971409631
        },
        {
            "start": 971409632,
            "stop": 971409637
        }
    ]
}