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=263
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=264",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=262",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 263,
    "results": [
        {
            "start": 931681009,
            "stop": 931681012
        },
        {
            "start": 931681018,
            "stop": 931681019
        },
        {
            "start": 931681022,
            "stop": 931681023
        },
        {
            "start": 931681030,
            "stop": 931681047
        },
        {
            "start": 931681052,
            "stop": 931681053
        },
        {
            "start": 931681056,
            "stop": 931681057
        },
        {
            "start": 931681060,
            "stop": 931681061
        },
        {
            "start": 931681066,
            "stop": 931681069
        },
        {
            "start": 931681078,
            "stop": 931681079
        },
        {
            "start": 931681096,
            "stop": 931681100
        },
        {
            "start": 931681103,
            "stop": 931681113
        },
        {
            "start": 931681122,
            "stop": 931681123
        },
        {
            "start": 931681126,
            "stop": 931681130
        },
        {
            "start": 931681137,
            "stop": 931681138
        },
        {
            "start": 931681147,
            "stop": 931681154
        },
        {
            "start": 931681157,
            "stop": 931681158
        },
        {
            "start": 931681165,
            "stop": 931681166
        },
        {
            "start": 931681171,
            "stop": 931681180
        },
        {
            "start": 931681183,
            "stop": 931681184
        },
        {
            "start": 931681188,
            "stop": 931681191
        }
    ]
}