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=246
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=247",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=245",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 246,
    "results": [
        {
            "start": 1239995530,
            "stop": 1239995649
        },
        {
            "start": 1239995650,
            "stop": 1239995769
        },
        {
            "start": 1239995770,
            "stop": 1239995889
        },
        {
            "start": 1239995890,
            "stop": 1239996009
        },
        {
            "start": 1239996010,
            "stop": 1239996129
        },
        {
            "start": 1239996130,
            "stop": 1239996249
        },
        {
            "start": 1239996250,
            "stop": 1239996369
        },
        {
            "start": 1239996370,
            "stop": 1239996422
        },
        {
            "start": 1239996427,
            "stop": 1239996487
        },
        {
            "start": 1239996491,
            "stop": 1239996555
        },
        {
            "start": 1239996557,
            "stop": 1239996609
        },
        {
            "start": 1239996610,
            "stop": 1239996729
        },
        {
            "start": 1239996730,
            "stop": 1239996849
        },
        {
            "start": 1239996850,
            "stop": 1239996969
        },
        {
            "start": 1239996970,
            "stop": 1239997089
        },
        {
            "start": 1239997090,
            "stop": 1239997209
        },
        {
            "start": 1239997210,
            "stop": 1239997329
        },
        {
            "start": 1239997330,
            "stop": 1239997449
        },
        {
            "start": 1239997450,
            "stop": 1239997569
        },
        {
            "start": 1239997570,
            "stop": 1239997689
        }
    ]
}