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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=251",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=249",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 250,
    "results": [
        {
            "start": 1259410194,
            "stop": 1259410740
        },
        {
            "start": 1259410743,
            "stop": 1259411631
        },
        {
            "start": 1259411634,
            "stop": 1259411701
        },
        {
            "start": 1259411707,
            "stop": 1259412575
        },
        {
            "start": 1259412578,
            "stop": 1259412698
        },
        {
            "start": 1259412701,
            "stop": 1259413801
        },
        {
            "start": 1259413804,
            "stop": 1259414252
        },
        {
            "start": 1259414255,
            "stop": 1259414318
        },
        {
            "start": 1259414321,
            "stop": 1259414698
        },
        {
            "start": 1259414701,
            "stop": 1259415017
        },
        {
            "start": 1259415020,
            "stop": 1259417068
        },
        {
            "start": 1259417071,
            "stop": 1259419050
        },
        {
            "start": 1259419053,
            "stop": 1259419623
        },
        {
            "start": 1259419626,
            "stop": 1259419964
        },
        {
            "start": 1259419967,
            "stop": 1259421511
        },
        {
            "start": 1259421514,
            "stop": 1259422073
        },
        {
            "start": 1259422076,
            "stop": 1259423168
        },
        {
            "start": 1259423171,
            "stop": 1259423392
        },
        {
            "start": 1259445222,
            "stop": 1259445529
        },
        {
            "start": 1259445532,
            "stop": 1259446409
        }
    ]
}