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=675
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=676",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=674",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 675,
    "results": [
        {
            "start": 829706362,
            "stop": 829706371
        },
        {
            "start": 829706374,
            "stop": 829706403
        },
        {
            "start": 829706406,
            "stop": 829706445
        },
        {
            "start": 829706448,
            "stop": 829706582
        },
        {
            "start": 829706585,
            "stop": 829706602
        },
        {
            "start": 829706605,
            "stop": 829706614
        },
        {
            "start": 829706617,
            "stop": 829706643
        },
        {
            "start": 829706646,
            "stop": 829706825
        },
        {
            "start": 829706829,
            "stop": 829706926
        },
        {
            "start": 829706930,
            "stop": 829707120
        },
        {
            "start": 829707123,
            "stop": 829707168
        },
        {
            "start": 829707171,
            "stop": 829707180
        },
        {
            "start": 829707240,
            "stop": 829707282
        },
        {
            "start": 829707582,
            "stop": 829707699
        },
        {
            "start": 829707702,
            "stop": 829707831
        },
        {
            "start": 829707834,
            "stop": 829708083
        },
        {
            "start": 829708086,
            "stop": 829708140
        },
        {
            "start": 829708260,
            "stop": 829708380
        },
        {
            "start": 829708440,
            "stop": 829708620
        },
        {
            "start": 829708680,
            "stop": 829708740
        }
    ]
}