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=260
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=261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=259",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 260,
    "results": [
        {
            "start": 821575140,
            "stop": 821575337
        },
        {
            "start": 821575341,
            "stop": 821575343
        },
        {
            "start": 821575347,
            "stop": 821575356
        },
        {
            "start": 821575359,
            "stop": 821575394
        },
        {
            "start": 821575397,
            "stop": 821575677
        },
        {
            "start": 821575681,
            "stop": 821575692
        },
        {
            "start": 821575695,
            "stop": 821575698
        },
        {
            "start": 821575702,
            "stop": 821575761
        },
        {
            "start": 821575764,
            "stop": 821575885
        },
        {
            "start": 821575888,
            "stop": 821575913
        },
        {
            "start": 821575917,
            "stop": 821575919
        },
        {
            "start": 821575923,
            "stop": 821575924
        },
        {
            "start": 821575929,
            "stop": 821575931
        },
        {
            "start": 821575936,
            "stop": 821575940
        },
        {
            "start": 821575943,
            "stop": 821576117
        },
        {
            "start": 821576121,
            "stop": 821576124
        },
        {
            "start": 821576128,
            "stop": 821576151
        },
        {
            "start": 821576155,
            "stop": 821576441
        },
        {
            "start": 821576444,
            "stop": 821576507
        },
        {
            "start": 821576510,
            "stop": 821576514
        }
    ]
}