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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=28",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 29,
    "results": [
        {
            "start": 817341783,
            "stop": 817342150
        },
        {
            "start": 817342702,
            "stop": 817346659
        },
        {
            "start": 817348088,
            "stop": 817351003
        },
        {
            "start": 817351403,
            "stop": 817362224
        },
        {
            "start": 817363146,
            "stop": 817386871
        },
        {
            "start": 817386872,
            "stop": 817398833
        },
        {
            "start": 817400049,
            "stop": 817400679
        },
        {
            "start": 817403782,
            "stop": 817404740
        },
        {
            "start": 817405303,
            "stop": 817407765
        },
        {
            "start": 817407766,
            "stop": 817416622
        },
        {
            "start": 817416623,
            "stop": 817422996
        },
        {
            "start": 817423853,
            "stop": 817425602
        },
        {
            "start": 817426677,
            "stop": 817442042
        },
        {
            "start": 817443516,
            "stop": 817447644
        },
        {
            "start": 817460989,
            "stop": 817484995
        },
        {
            "start": 817486380,
            "stop": 817488302
        },
        {
            "start": 817491662,
            "stop": 817492352
        },
        {
            "start": 817492870,
            "stop": 817496057
        },
        {
            "start": 817496470,
            "stop": 817503224
        },
        {
            "start": 817503544,
            "stop": 817503624
        }
    ]
}