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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29319",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29317",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29318,
    "results": [
        {
            "start": 971239086,
            "stop": 971239100
        },
        {
            "start": 971239104,
            "stop": 971239109
        },
        {
            "start": 971239111,
            "stop": 971239130
        },
        {
            "start": 971239132,
            "stop": 971239153
        },
        {
            "start": 971239156,
            "stop": 971239172
        },
        {
            "start": 971239173,
            "stop": 971239175
        },
        {
            "start": 971239176,
            "stop": 971239180
        },
        {
            "start": 971239181,
            "stop": 971239191
        },
        {
            "start": 971239194,
            "stop": 971239196
        },
        {
            "start": 971239198,
            "stop": 971239200
        },
        {
            "start": 971239201,
            "stop": 971239213
        },
        {
            "start": 971239214,
            "stop": 971239220
        },
        {
            "start": 971239221,
            "stop": 971239223
        },
        {
            "start": 971239224,
            "stop": 971239240
        },
        {
            "start": 971239242,
            "stop": 971239246
        },
        {
            "start": 971239249,
            "stop": 971239250
        },
        {
            "start": 971239251,
            "stop": 971239296
        },
        {
            "start": 971239297,
            "stop": 971239310
        },
        {
            "start": 971239311,
            "stop": 971239312
        },
        {
            "start": 971239313,
            "stop": 971239347
        }
    ]
}