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=818
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=819",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=817",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 818,
    "results": [
        {
            "start": 1250286509,
            "stop": 1250286528
        },
        {
            "start": 1250286531,
            "stop": 1250286549
        },
        {
            "start": 1250286553,
            "stop": 1250286595
        },
        {
            "start": 1250286598,
            "stop": 1250286927
        },
        {
            "start": 1250286931,
            "stop": 1250286968
        },
        {
            "start": 1250286972,
            "stop": 1250287024
        },
        {
            "start": 1250287027,
            "stop": 1250287033
        },
        {
            "start": 1250287037,
            "stop": 1250287140
        },
        {
            "start": 1250287144,
            "stop": 1250287151
        },
        {
            "start": 1250287155,
            "stop": 1250287196
        },
        {
            "start": 1250287200,
            "stop": 1250287201
        },
        {
            "start": 1250287205,
            "stop": 1250287209
        },
        {
            "start": 1250287213,
            "stop": 1250287237
        },
        {
            "start": 1250287241,
            "stop": 1250287376
        },
        {
            "start": 1250287380,
            "stop": 1250287727
        },
        {
            "start": 1250287730,
            "stop": 1250288538
        },
        {
            "start": 1250288542,
            "stop": 1250288782
        },
        {
            "start": 1250288785,
            "stop": 1250289053
        },
        {
            "start": 1250289056,
            "stop": 1250289358
        },
        {
            "start": 1250289362,
            "stop": 1250289807
        }
    ]
}