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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14212",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14210",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14211,
    "results": [
        {
            "start": 971170859,
            "stop": 971170860
        },
        {
            "start": 971170861,
            "stop": 971170862
        },
        {
            "start": 971170863,
            "stop": 971170864
        },
        {
            "start": 971170866,
            "stop": 971170869
        },
        {
            "start": 971170870,
            "stop": 971170872
        },
        {
            "start": 971170876,
            "stop": 971170880
        },
        {
            "start": 971170882,
            "stop": 971170887
        },
        {
            "start": 971170890,
            "stop": 971170892
        },
        {
            "start": 971170895,
            "stop": 971170897
        },
        {
            "start": 971170901,
            "stop": 971170903
        },
        {
            "start": 971170906,
            "stop": 971170907
        },
        {
            "start": 971170909,
            "stop": 971170920
        },
        {
            "start": 971170922,
            "stop": 971170925
        },
        {
            "start": 971170926,
            "stop": 971170929
        },
        {
            "start": 971170932,
            "stop": 971170935
        },
        {
            "start": 971170937,
            "stop": 971170939
        },
        {
            "start": 971170947,
            "stop": 971170948
        },
        {
            "start": 971170952,
            "stop": 971170954
        },
        {
            "start": 971170955,
            "stop": 971170956
        },
        {
            "start": 971170957,
            "stop": 971170960
        }
    ]
}