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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7411",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7409",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7410,
    "results": [
        {
            "start": 969853444,
            "stop": 969853824
        },
        {
            "start": 969853845,
            "stop": 969853861
        },
        {
            "start": 969853882,
            "stop": 969854327
        },
        {
            "start": 969854330,
            "stop": 969854485
        },
        {
            "start": 969854491,
            "stop": 969854523
        },
        {
            "start": 969854544,
            "stop": 969854864
        },
        {
            "start": 969854867,
            "stop": 969854929
        },
        {
            "start": 969854932,
            "stop": 969856076
        },
        {
            "start": 969856109,
            "stop": 969856221
        },
        {
            "start": 969856224,
            "stop": 969856465
        },
        {
            "start": 969856468,
            "stop": 969856476
        },
        {
            "start": 969856497,
            "stop": 969856561
        },
        {
            "start": 969856582,
            "stop": 969856717
        },
        {
            "start": 969856738,
            "stop": 969856832
        },
        {
            "start": 969856853,
            "stop": 969857331
        },
        {
            "start": 969857334,
            "stop": 969857430
        },
        {
            "start": 969857433,
            "stop": 969860079
        },
        {
            "start": 969860082,
            "stop": 969862162
        },
        {
            "start": 969862174,
            "stop": 969863314
        },
        {
            "start": 969863317,
            "stop": 969863813
        }
    ]
}