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=241
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=242",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=240",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 241,
    "results": [
        {
            "start": 820238720,
            "stop": 820238897
        },
        {
            "start": 820238898,
            "stop": 820239121
        },
        {
            "start": 820239125,
            "stop": 820239339
        },
        {
            "start": 820239342,
            "stop": 820239353
        },
        {
            "start": 820239356,
            "stop": 820239371
        },
        {
            "start": 820239374,
            "stop": 820239387
        },
        {
            "start": 820239390,
            "stop": 820239475
        },
        {
            "start": 820239478,
            "stop": 820239481
        },
        {
            "start": 820239484,
            "stop": 820239713
        },
        {
            "start": 820239716,
            "stop": 820240397
        },
        {
            "start": 820240401,
            "stop": 820240789
        },
        {
            "start": 820240792,
            "stop": 820241513
        },
        {
            "start": 820241517,
            "stop": 820242118
        },
        {
            "start": 820242122,
            "stop": 820242380
        },
        {
            "start": 820242383,
            "stop": 820242739
        },
        {
            "start": 820242742,
            "stop": 820242872
        },
        {
            "start": 820242875,
            "stop": 820243239
        },
        {
            "start": 820243242,
            "stop": 820243716
        },
        {
            "start": 820243719,
            "stop": 820243821
        },
        {
            "start": 820243824,
            "stop": 820243825
        }
    ]
}