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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=336",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=334",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 335,
    "results": [
        {
            "start": 821232918,
            "stop": 821233002
        },
        {
            "start": 821233021,
            "stop": 821233189
        },
        {
            "start": 821233208,
            "stop": 821233437
        },
        {
            "start": 821233456,
            "stop": 821233505
        },
        {
            "start": 821233524,
            "stop": 821233660
        },
        {
            "start": 821233679,
            "stop": 821233858
        },
        {
            "start": 821233861,
            "stop": 821234204
        },
        {
            "start": 821234223,
            "stop": 821234346
        },
        {
            "start": 821234350,
            "stop": 821234491
        },
        {
            "start": 821234510,
            "stop": 821234527
        },
        {
            "start": 821234647,
            "stop": 821234706
        },
        {
            "start": 821234725,
            "stop": 821234731
        },
        {
            "start": 821234750,
            "stop": 821234849
        },
        {
            "start": 821234880,
            "stop": 821234890
        },
        {
            "start": 821234909,
            "stop": 821234919
        },
        {
            "start": 821234938,
            "stop": 821235046
        },
        {
            "start": 821235065,
            "stop": 821235073
        },
        {
            "start": 821235092,
            "stop": 821235133
        },
        {
            "start": 821235164,
            "stop": 821235432
        },
        {
            "start": 821235469,
            "stop": 821235547
        }
    ]
}