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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CW_CAT1/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CW_CAT1/segments?format=api&page=18",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 19,
    "results": [
        {
            "start": 1377435938,
            "stop": 1377443810
        },
        {
            "start": 1377443918,
            "stop": 1377444372
        },
        {
            "start": 1377444540,
            "stop": 1377444568
        },
        {
            "start": 1377446650,
            "stop": 1377447505
        },
        {
            "start": 1377470811,
            "stop": 1377541830
        },
        {
            "start": 1377547788,
            "stop": 1377550447
        },
        {
            "start": 1377555875,
            "stop": 1377567839
        },
        {
            "start": 1377567924,
            "stop": 1377578167
        },
        {
            "start": 1377583484,
            "stop": 1377586828
        },
        {
            "start": 1377590825,
            "stop": 1377619023
        },
        {
            "start": 1377619205,
            "stop": 1377628697
        },
        {
            "start": 1377637938,
            "stop": 1377686649
        },
        {
            "start": 1377691574,
            "stop": 1377722764
        },
        {
            "start": 1377727765,
            "stop": 1377733699
        },
        {
            "start": 1377737263,
            "stop": 1377739733
        },
        {
            "start": 1377743427,
            "stop": 1377767410
        },
        {
            "start": 1377773127,
            "stop": 1377823747
        },
        {
            "start": 1377823832,
            "stop": 1377896013
        },
        {
            "start": 1377903753,
            "stop": 1377907969
        },
        {
            "start": 1377914319,
            "stop": 1377914478
        }
    ]
}