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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=827",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=825",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 826,
    "results": [
        {
            "start": 1250343007,
            "stop": 1250343053
        },
        {
            "start": 1250343057,
            "stop": 1250343058
        },
        {
            "start": 1250343063,
            "stop": 1250343076
        },
        {
            "start": 1250343078,
            "stop": 1250343106
        },
        {
            "start": 1250343110,
            "stop": 1250343136
        },
        {
            "start": 1250343140,
            "stop": 1250343148
        },
        {
            "start": 1250343152,
            "stop": 1250343153
        },
        {
            "start": 1250343155,
            "stop": 1250343162
        },
        {
            "start": 1250343168,
            "stop": 1250343169
        },
        {
            "start": 1250343173,
            "stop": 1250343179
        },
        {
            "start": 1250343184,
            "stop": 1250343199
        },
        {
            "start": 1250343203,
            "stop": 1250343219
        },
        {
            "start": 1250343223,
            "stop": 1250343232
        },
        {
            "start": 1250343236,
            "stop": 1250343239
        },
        {
            "start": 1250343243,
            "stop": 1250343246
        },
        {
            "start": 1250343250,
            "stop": 1250343253
        },
        {
            "start": 1250343257,
            "stop": 1250343267
        },
        {
            "start": 1250343271,
            "stop": 1250343277
        },
        {
            "start": 1250343281,
            "stop": 1250343293
        },
        {
            "start": 1250343296,
            "stop": 1250343299
        }
    ]
}