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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=189",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 190,
    "results": [
        {
            "start": 1239897558,
            "stop": 1239897628
        },
        {
            "start": 1239897629,
            "stop": 1239897664
        },
        {
            "start": 1239897665,
            "stop": 1239897669
        },
        {
            "start": 1239897670,
            "stop": 1239897960
        },
        {
            "start": 1239897963,
            "stop": 1239897976
        },
        {
            "start": 1239897977,
            "stop": 1239898308
        },
        {
            "start": 1239898310,
            "stop": 1239898552
        },
        {
            "start": 1239898554,
            "stop": 1239898769
        },
        {
            "start": 1239898771,
            "stop": 1239898845
        },
        {
            "start": 1239898847,
            "stop": 1239899001
        },
        {
            "start": 1239899003,
            "stop": 1239899172
        },
        {
            "start": 1239899175,
            "stop": 1239899227
        },
        {
            "start": 1239899230,
            "stop": 1239899611
        },
        {
            "start": 1239899618,
            "stop": 1239899819
        },
        {
            "start": 1239899822,
            "stop": 1239899824
        },
        {
            "start": 1239899827,
            "stop": 1239899839
        },
        {
            "start": 1239899842,
            "stop": 1239899849
        },
        {
            "start": 1239899850,
            "stop": 1239899855
        },
        {
            "start": 1239899857,
            "stop": 1239899909
        },
        {
            "start": 1239899912,
            "stop": 1239900080
        }
    ]
}