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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=198",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 199,
    "results": [
        {
            "start": 827025892,
            "stop": 827025899
        },
        {
            "start": 827025903,
            "stop": 827025913
        },
        {
            "start": 827025915,
            "stop": 827025918
        },
        {
            "start": 827025923,
            "stop": 827025925
        },
        {
            "start": 827025927,
            "stop": 827025935
        },
        {
            "start": 827025939,
            "stop": 827025943
        },
        {
            "start": 827025946,
            "stop": 827025954
        },
        {
            "start": 827025957,
            "stop": 827025958
        },
        {
            "start": 827025961,
            "stop": 827025965
        },
        {
            "start": 827025969,
            "stop": 827025971
        },
        {
            "start": 827025974,
            "stop": 827025984
        },
        {
            "start": 827025987,
            "stop": 827025991
        },
        {
            "start": 827025995,
            "stop": 827026005
        },
        {
            "start": 827026007,
            "stop": 827026009
        },
        {
            "start": 827026011,
            "stop": 827026013
        },
        {
            "start": 827026015,
            "stop": 827026016
        },
        {
            "start": 827026020,
            "stop": 827026022
        },
        {
            "start": 827026025,
            "stop": 827026027
        },
        {
            "start": 827026036,
            "stop": 827026042
        },
        {
            "start": 827026044,
            "stop": 827026046
        }
    ]
}