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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=549",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=547",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 548,
    "results": [
        {
            "start": 871591438,
            "stop": 871597070
        },
        {
            "start": 871598665,
            "stop": 871615154
        },
        {
            "start": 871615156,
            "stop": 871619024
        },
        {
            "start": 871622312,
            "stop": 871653485
        },
        {
            "start": 871653785,
            "stop": 871653879
        },
        {
            "start": 871654249,
            "stop": 871657267
        },
        {
            "start": 871657270,
            "stop": 871658280
        },
        {
            "start": 871658290,
            "stop": 871663982
        },
        {
            "start": 871663988,
            "stop": 871671365
        },
        {
            "start": 871671370,
            "stop": 871671382
        },
        {
            "start": 871671393,
            "stop": 871671730
        },
        {
            "start": 871678668,
            "stop": 871679392
        },
        {
            "start": 871680868,
            "stop": 871681970
        },
        {
            "start": 871682156,
            "stop": 871685386
        },
        {
            "start": 871693479,
            "stop": 871695111
        },
        {
            "start": 871697037,
            "stop": 871702645
        },
        {
            "start": 871702650,
            "stop": 871713289
        },
        {
            "start": 871713292,
            "stop": 871718880
        },
        {
            "start": 871719180,
            "stop": 871743923
        },
        {
            "start": 871759954,
            "stop": 871761642
        }
    ]
}