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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=155",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 156,
    "results": [
        {
            "start": 829240609,
            "stop": 829242085
        },
        {
            "start": 829242087,
            "stop": 829242572
        },
        {
            "start": 829242574,
            "stop": 829242763
        },
        {
            "start": 829244804,
            "stop": 829246424
        },
        {
            "start": 829246654,
            "stop": 829246883
        },
        {
            "start": 829246884,
            "stop": 829249163
        },
        {
            "start": 829249165,
            "stop": 829251102
        },
        {
            "start": 829251103,
            "stop": 829251168
        },
        {
            "start": 829251170,
            "stop": 829251173
        },
        {
            "start": 829251174,
            "stop": 829251551
        },
        {
            "start": 829251553,
            "stop": 829252423
        },
        {
            "start": 829252426,
            "stop": 829252746
        },
        {
            "start": 829252761,
            "stop": 829258630
        },
        {
            "start": 829277639,
            "stop": 829283754
        },
        {
            "start": 829283756,
            "stop": 829293530
        },
        {
            "start": 829294624,
            "stop": 829303586
        },
        {
            "start": 829304616,
            "stop": 829311197
        },
        {
            "start": 829311366,
            "stop": 829311607
        },
        {
            "start": 829311800,
            "stop": 829315263
        },
        {
            "start": 829315265,
            "stop": 829317341
        }
    ]
}