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=291
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=292",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=290",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 291,
    "results": [
        {
            "start": 848946903,
            "stop": 848946955
        },
        {
            "start": 848946960,
            "stop": 848947012
        },
        {
            "start": 848947020,
            "stop": 848947037
        },
        {
            "start": 848947043,
            "stop": 848948835
        },
        {
            "start": 848948840,
            "stop": 848949023
        },
        {
            "start": 848949025,
            "stop": 848949439
        },
        {
            "start": 848949443,
            "stop": 848949449
        },
        {
            "start": 848949452,
            "stop": 848950102
        },
        {
            "start": 848950108,
            "stop": 848950400
        },
        {
            "start": 848950408,
            "stop": 848952462
        },
        {
            "start": 848952465,
            "stop": 848952685
        },
        {
            "start": 848952690,
            "stop": 848952830
        },
        {
            "start": 848952835,
            "stop": 848959460
        },
        {
            "start": 848959468,
            "stop": 848963713
        },
        {
            "start": 848964800,
            "stop": 848967457
        },
        {
            "start": 848967463,
            "stop": 848970085
        },
        {
            "start": 848970385,
            "stop": 848976662
        },
        {
            "start": 848976668,
            "stop": 848981878
        },
        {
            "start": 848982337,
            "stop": 848982356
        },
        {
            "start": 848982656,
            "stop": 848982909
        }
    ]
}