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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14223",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14221",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14222,
    "results": [
        {
            "start": 971172042,
            "stop": 971172045
        },
        {
            "start": 971172049,
            "stop": 971172057
        },
        {
            "start": 971172059,
            "stop": 971172061
        },
        {
            "start": 971172064,
            "stop": 971172065
        },
        {
            "start": 971172070,
            "stop": 971172072
        },
        {
            "start": 971172074,
            "stop": 971172075
        },
        {
            "start": 971172083,
            "stop": 971172084
        },
        {
            "start": 971172085,
            "stop": 971172090
        },
        {
            "start": 971172094,
            "stop": 971172098
        },
        {
            "start": 971172100,
            "stop": 971172104
        },
        {
            "start": 971172106,
            "stop": 971172107
        },
        {
            "start": 971172108,
            "stop": 971172110
        },
        {
            "start": 971172114,
            "stop": 971172119
        },
        {
            "start": 971172121,
            "stop": 971172122
        },
        {
            "start": 971172123,
            "stop": 971172124
        },
        {
            "start": 971172125,
            "stop": 971172127
        },
        {
            "start": 971172130,
            "stop": 971172132
        },
        {
            "start": 971172137,
            "stop": 971172139
        },
        {
            "start": 971172143,
            "stop": 971172145
        },
        {
            "start": 971172146,
            "stop": 971172148
        }
    ]
}