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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=37",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 38,
    "results": [
        {
            "start": 1402081478,
            "stop": 1402082424
        },
        {
            "start": 1402082430,
            "stop": 1402085815
        },
        {
            "start": 1402085822,
            "stop": 1402088396
        },
        {
            "start": 1402088403,
            "stop": 1402088408
        },
        {
            "start": 1402088415,
            "stop": 1402088453
        },
        {
            "start": 1402088460,
            "stop": 1402089527
        },
        {
            "start": 1402089530,
            "stop": 1402090001
        },
        {
            "start": 1402090006,
            "stop": 1402090894
        },
        {
            "start": 1402090899,
            "stop": 1402093288
        },
        {
            "start": 1402093293,
            "stop": 1402093655
        },
        {
            "start": 1402093660,
            "stop": 1402098580
        },
        {
            "start": 1402098585,
            "stop": 1402098699
        },
        {
            "start": 1402098706,
            "stop": 1402105126
        },
        {
            "start": 1402105132,
            "stop": 1402108591
        },
        {
            "start": 1402108597,
            "stop": 1402112465
        },
        {
            "start": 1402112468,
            "stop": 1402125345
        },
        {
            "start": 1402125351,
            "stop": 1402126157
        },
        {
            "start": 1402126164,
            "stop": 1402126872
        },
        {
            "start": 1402126875,
            "stop": 1402128790
        },
        {
            "start": 1402128797,
            "stop": 1402135342
        }
    ]
}