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=166
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=167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=165",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 166,
    "results": [
        {
            "start": 819250611,
            "stop": 819251116
        },
        {
            "start": 819251119,
            "stop": 819251190
        },
        {
            "start": 819251250,
            "stop": 819251261
        },
        {
            "start": 819251667,
            "stop": 819251709
        },
        {
            "start": 819251712,
            "stop": 819251773
        },
        {
            "start": 819251893,
            "stop": 819253472
        },
        {
            "start": 819253475,
            "stop": 819254458
        },
        {
            "start": 819254461,
            "stop": 819255824
        },
        {
            "start": 819255827,
            "stop": 819256385
        },
        {
            "start": 819256388,
            "stop": 819256893
        },
        {
            "start": 819257013,
            "stop": 819257083
        },
        {
            "start": 819257264,
            "stop": 819258174
        },
        {
            "start": 819258177,
            "stop": 819258453
        },
        {
            "start": 819258456,
            "stop": 819260062
        },
        {
            "start": 819260065,
            "stop": 819262647
        },
        {
            "start": 819262650,
            "stop": 819262779
        },
        {
            "start": 819262780,
            "stop": 819262849
        },
        {
            "start": 819262852,
            "stop": 819263720
        },
        {
            "start": 819263723,
            "stop": 819268679
        },
        {
            "start": 819268683,
            "stop": 819269089
        }
    ]
}