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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=514",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=512",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 513,
    "results": [
        {
            "start": 827034618,
            "stop": 827034621
        },
        {
            "start": 827034640,
            "stop": 827034670
        },
        {
            "start": 827034713,
            "stop": 827034744
        },
        {
            "start": 827034774,
            "stop": 827034856
        },
        {
            "start": 827034917,
            "stop": 827034952
        },
        {
            "start": 827035059,
            "stop": 827035095
        },
        {
            "start": 827035114,
            "stop": 827035227
        },
        {
            "start": 827035246,
            "stop": 827035295
        },
        {
            "start": 827035322,
            "stop": 827035610
        },
        {
            "start": 827035613,
            "stop": 827035686
        },
        {
            "start": 827035705,
            "stop": 827035713
        },
        {
            "start": 827035757,
            "stop": 827035860
        },
        {
            "start": 827036040,
            "stop": 827036371
        },
        {
            "start": 827036400,
            "stop": 827036434
        },
        {
            "start": 827036453,
            "stop": 827036460
        },
        {
            "start": 827036520,
            "stop": 827036613
        },
        {
            "start": 827036630,
            "stop": 827036675
        },
        {
            "start": 827036694,
            "stop": 827036763
        },
        {
            "start": 827036766,
            "stop": 827037829
        },
        {
            "start": 827037863,
            "stop": 827037881
        }
    ]
}