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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=129",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 130,
    "results": [
        {
            "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": 821520102,
            "stop": 821520143
        },
        {
            "start": 821520146,
            "stop": 821520158
        },
        {
            "start": 821520161,
            "stop": 821520192
        },
        {
            "start": 821520195,
            "stop": 821520198
        },
        {
            "start": 821520201,
            "stop": 821520218
        },
        {
            "start": 821520221,
            "stop": 821520224
        },
        {
            "start": 821520227,
            "stop": 821520247
        },
        {
            "start": 821520250,
            "stop": 821520258
        },
        {
            "start": 821520261,
            "stop": 821520276
        }
    ]
}