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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=566",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=564",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 565,
    "results": [
        {
            "start": 873134844,
            "stop": 873135565
        },
        {
            "start": 873135571,
            "stop": 873135573
        },
        {
            "start": 873135576,
            "stop": 873135586
        },
        {
            "start": 873135590,
            "stop": 873135602
        },
        {
            "start": 873135614,
            "stop": 873136710
        },
        {
            "start": 873136715,
            "stop": 873136787
        },
        {
            "start": 873139153,
            "stop": 873140828
        },
        {
            "start": 873142125,
            "stop": 873142276
        },
        {
            "start": 873142279,
            "stop": 873143780
        },
        {
            "start": 873143785,
            "stop": 873145177
        },
        {
            "start": 873145183,
            "stop": 873145350
        },
        {
            "start": 873145355,
            "stop": 873145443
        },
        {
            "start": 873145446,
            "stop": 873145470
        },
        {
            "start": 873145476,
            "stop": 873145479
        },
        {
            "start": 873146432,
            "stop": 873147547
        },
        {
            "start": 873151342,
            "stop": 873151833
        },
        {
            "start": 873151837,
            "stop": 873154649
        },
        {
            "start": 873154911,
            "stop": 873179420
        },
        {
            "start": 873180369,
            "stop": 873201850
        },
        {
            "start": 873201855,
            "stop": 873206737
        }
    ]
}