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=4677
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=4678",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4676",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4677,
    "results": [
        {
            "start": 874335310,
            "stop": 874335386
        },
        {
            "start": 874335411,
            "stop": 874335442
        },
        {
            "start": 874335472,
            "stop": 874335487
        },
        {
            "start": 874335507,
            "stop": 874335511
        },
        {
            "start": 874335530,
            "stop": 874335544
        },
        {
            "start": 874335563,
            "stop": 874335565
        },
        {
            "start": 874335685,
            "stop": 874335776
        },
        {
            "start": 874335795,
            "stop": 874335924
        },
        {
            "start": 874336014,
            "stop": 874336025
        },
        {
            "start": 874336044,
            "stop": 874336059
        },
        {
            "start": 874336078,
            "stop": 874336181
        },
        {
            "start": 874336200,
            "stop": 874336226
        },
        {
            "start": 874336251,
            "stop": 874336268
        },
        {
            "start": 874336287,
            "stop": 874336288
        },
        {
            "start": 874336307,
            "stop": 874336383
        },
        {
            "start": 874336402,
            "stop": 874336403
        },
        {
            "start": 874336422,
            "stop": 874336443
        },
        {
            "start": 874336462,
            "stop": 874336477
        },
        {
            "start": 874336496,
            "stop": 874336551
        },
        {
            "start": 874336570,
            "stop": 874336602
        }
    ]
}