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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29361",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29359",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29360,
    "results": [
        {
            "start": 971258106,
            "stop": 971258115
        },
        {
            "start": 971258116,
            "stop": 971258124
        },
        {
            "start": 971258128,
            "stop": 971258132
        },
        {
            "start": 971258133,
            "stop": 971258135
        },
        {
            "start": 971258136,
            "stop": 971258142
        },
        {
            "start": 971258143,
            "stop": 971258150
        },
        {
            "start": 971258154,
            "stop": 971258155
        },
        {
            "start": 971258157,
            "stop": 971258161
        },
        {
            "start": 971258163,
            "stop": 971258165
        },
        {
            "start": 971258166,
            "stop": 971258169
        },
        {
            "start": 971258172,
            "stop": 971258181
        },
        {
            "start": 971258183,
            "stop": 971258186
        },
        {
            "start": 971258190,
            "stop": 971258197
        },
        {
            "start": 971258198,
            "stop": 971258200
        },
        {
            "start": 971258201,
            "stop": 971258217
        },
        {
            "start": 971258219,
            "stop": 971258220
        },
        {
            "start": 971258221,
            "stop": 971258224
        },
        {
            "start": 971258225,
            "stop": 971258229
        },
        {
            "start": 971258231,
            "stop": 971258245
        },
        {
            "start": 971258246,
            "stop": 971258250
        }
    ]
}