Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=540
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=541",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=539",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 540,
    "results": [
        {
            "start": 970958958,
            "stop": 970962959
        },
        {
            "start": 970962960,
            "stop": 970965075
        },
        {
            "start": 970966115,
            "stop": 971002334
        },
        {
            "start": 971004792,
            "stop": 971007370
        },
        {
            "start": 971007372,
            "stop": 971011566
        },
        {
            "start": 971011568,
            "stop": 971014254
        },
        {
            "start": 971026186,
            "stop": 971030320
        },
        {
            "start": 971044771,
            "stop": 971046467
        },
        {
            "start": 971283721,
            "stop": 971291138
        },
        {
            "start": 971291952,
            "stop": 971292252
        },
        {
            "start": 971293866,
            "stop": 971297493
        },
        {
            "start": 971321073,
            "stop": 971321455
        },
        {
            "start": 971321456,
            "stop": 971321674
        },
        {
            "start": 971321675,
            "stop": 971321810
        },
        {
            "start": 971321811,
            "stop": 971321941
        },
        {
            "start": 971321942,
            "stop": 971351830
        },
        {
            "start": 971354464,
            "stop": 971361478
        },
        {
            "start": 971363682,
            "stop": 971385620
        },
        {
            "start": 971387354,
            "stop": 971392337
        },
        {
            "start": 971392339,
            "stop": 971427283
        }
    ]
}