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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7352",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7350",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7351,
    "results": [
        {
            "start": 969377645,
            "stop": 969377656
        },
        {
            "start": 969377659,
            "stop": 969377753
        },
        {
            "start": 969377756,
            "stop": 969377759
        },
        {
            "start": 969377762,
            "stop": 969377858
        },
        {
            "start": 969377861,
            "stop": 969377894
        },
        {
            "start": 969377897,
            "stop": 969378035
        },
        {
            "start": 969378167,
            "stop": 969378199
        },
        {
            "start": 969378202,
            "stop": 969378279
        },
        {
            "start": 969378282,
            "stop": 969378335
        },
        {
            "start": 969378338,
            "stop": 969378401
        },
        {
            "start": 969378527,
            "stop": 969378767
        },
        {
            "start": 969379007,
            "stop": 969379097
        },
        {
            "start": 969379100,
            "stop": 969379154
        },
        {
            "start": 969379157,
            "stop": 969379479
        },
        {
            "start": 969379482,
            "stop": 969379606
        },
        {
            "start": 969379798,
            "stop": 969380026
        },
        {
            "start": 969382579,
            "stop": 969382583
        },
        {
            "start": 969382623,
            "stop": 969382657
        },
        {
            "start": 969382678,
            "stop": 969382721
        },
        {
            "start": 969382726,
            "stop": 969382751
        }
    ]
}