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=7330
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=7331",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7329",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7330,
    "results": [
        {
            "start": 969268115,
            "stop": 969268309
        },
        {
            "start": 969268314,
            "stop": 969268339
        },
        {
            "start": 969268342,
            "stop": 969268384
        },
        {
            "start": 969268387,
            "stop": 969268519
        },
        {
            "start": 969268522,
            "stop": 969268684
        },
        {
            "start": 969268687,
            "stop": 969268820
        },
        {
            "start": 969268823,
            "stop": 969269009
        },
        {
            "start": 969269012,
            "stop": 969269181
        },
        {
            "start": 969269184,
            "stop": 969269204
        },
        {
            "start": 969269207,
            "stop": 969269290
        },
        {
            "start": 969269295,
            "stop": 969269752
        },
        {
            "start": 969269755,
            "stop": 969269769
        },
        {
            "start": 969269772,
            "stop": 969269886
        },
        {
            "start": 969269889,
            "stop": 969270158
        },
        {
            "start": 969270161,
            "stop": 969270335
        },
        {
            "start": 969270339,
            "stop": 969270606
        },
        {
            "start": 969270627,
            "stop": 969270658
        },
        {
            "start": 969270661,
            "stop": 969270926
        },
        {
            "start": 969270929,
            "stop": 969270943
        },
        {
            "start": 969270946,
            "stop": 969270969
        }
    ]
}