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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=328",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=326",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 327,
    "results": [
        {
            "start": 931775996,
            "stop": 931776000
        },
        {
            "start": 931776003,
            "stop": 931776007
        },
        {
            "start": 931776012,
            "stop": 931776015
        },
        {
            "start": 931776020,
            "stop": 931776033
        },
        {
            "start": 931776040,
            "stop": 931776041
        },
        {
            "start": 931776044,
            "stop": 931776047
        },
        {
            "start": 931776056,
            "stop": 931776058
        },
        {
            "start": 931776064,
            "stop": 931776065
        },
        {
            "start": 931776074,
            "stop": 931776084
        },
        {
            "start": 931776089,
            "stop": 931776090
        },
        {
            "start": 931776095,
            "stop": 931776097
        },
        {
            "start": 931776100,
            "stop": 931776103
        },
        {
            "start": 931776108,
            "stop": 931776109
        },
        {
            "start": 931776115,
            "stop": 931776116
        },
        {
            "start": 931776119,
            "stop": 931776120
        },
        {
            "start": 931776123,
            "stop": 931776127
        },
        {
            "start": 931776131,
            "stop": 931776143
        },
        {
            "start": 931776150,
            "stop": 931776152
        },
        {
            "start": 931776155,
            "stop": 931776157
        },
        {
            "start": 931776163,
            "stop": 931776172
        }
    ]
}