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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=69",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 70,
    "results": [
        {
            "start": 822806261,
            "stop": 822806271
        },
        {
            "start": 822806275,
            "stop": 822806281
        },
        {
            "start": 822806294,
            "stop": 822806304
        },
        {
            "start": 822806309,
            "stop": 822806314
        },
        {
            "start": 822806323,
            "stop": 822806367
        },
        {
            "start": 822806371,
            "stop": 822806400
        },
        {
            "start": 822806413,
            "stop": 822806419
        },
        {
            "start": 822806966,
            "stop": 822807015
        },
        {
            "start": 822807019,
            "stop": 822807024
        },
        {
            "start": 822807029,
            "stop": 822807039
        },
        {
            "start": 822807043,
            "stop": 822807063
        },
        {
            "start": 822807067,
            "stop": 822807074
        },
        {
            "start": 822807077,
            "stop": 822807088
        },
        {
            "start": 822815950,
            "stop": 822816070
        },
        {
            "start": 822822257,
            "stop": 822822313
        },
        {
            "start": 822822340,
            "stop": 822822342
        },
        {
            "start": 822822393,
            "stop": 822822428
        },
        {
            "start": 822822432,
            "stop": 822822438
        },
        {
            "start": 822822442,
            "stop": 822822447
        },
        {
            "start": 822822456,
            "stop": 822822462
        }
    ]
}