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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=143",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 144,
    "results": [
        {
            "start": 821518272,
            "stop": 821518311
        },
        {
            "start": 821518314,
            "stop": 821518379
        },
        {
            "start": 821518382,
            "stop": 821518392
        },
        {
            "start": 821518395,
            "stop": 821518438
        },
        {
            "start": 821518442,
            "stop": 821518457
        },
        {
            "start": 821518460,
            "stop": 821518554
        },
        {
            "start": 821518557,
            "stop": 821519367
        },
        {
            "start": 821519370,
            "stop": 821519702
        },
        {
            "start": 821519705,
            "stop": 821519752
        },
        {
            "start": 821519755,
            "stop": 821519795
        },
        {
            "start": 821519798,
            "stop": 821519826
        },
        {
            "start": 821519829,
            "stop": 821519855
        },
        {
            "start": 821519858,
            "stop": 821519949
        },
        {
            "start": 821519955,
            "stop": 821520055
        },
        {
            "start": 821520058,
            "stop": 821520090
        },
        {
            "start": 821520096,
            "stop": 821520097
        },
        {
            "start": 821520102,
            "stop": 821520143
        },
        {
            "start": 821520146,
            "stop": 821520158
        },
        {
            "start": 821520161,
            "stop": 821520192
        },
        {
            "start": 821520195,
            "stop": 821520198
        }
    ]
}