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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40638",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40636",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40637,
    "results": [
        {
            "start": 874911793,
            "stop": 874911818
        },
        {
            "start": 874911819,
            "stop": 874911837
        },
        {
            "start": 874911838,
            "stop": 874911854
        },
        {
            "start": 874911855,
            "stop": 874911866
        },
        {
            "start": 874911867,
            "stop": 874911869
        },
        {
            "start": 874911870,
            "stop": 874911873
        },
        {
            "start": 874911874,
            "stop": 874911933
        },
        {
            "start": 874911934,
            "stop": 874911951
        },
        {
            "start": 874911952,
            "stop": 874911965
        },
        {
            "start": 874911967,
            "stop": 874911973
        },
        {
            "start": 874911975,
            "stop": 874912006
        },
        {
            "start": 874912007,
            "stop": 874912042
        },
        {
            "start": 874912045,
            "stop": 874912077
        },
        {
            "start": 874912078,
            "stop": 874912100
        },
        {
            "start": 874912101,
            "stop": 874912105
        },
        {
            "start": 874912106,
            "stop": 874912110
        },
        {
            "start": 874912111,
            "stop": 874912134
        },
        {
            "start": 874912135,
            "stop": 874912158
        },
        {
            "start": 874912160,
            "stop": 874912184
        },
        {
            "start": 874912185,
            "stop": 874912231
        }
    ]
}