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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=613",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=611",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 612,
    "results": [
        {
            "start": 839627180,
            "stop": 839629209
        },
        {
            "start": 839630413,
            "stop": 839630653
        },
        {
            "start": 839631396,
            "stop": 839644805
        },
        {
            "start": 839645336,
            "stop": 839680053
        },
        {
            "start": 839684847,
            "stop": 839690773
        },
        {
            "start": 839708612,
            "stop": 839708839
        },
        {
            "start": 839708903,
            "stop": 839714944
        },
        {
            "start": 839714946,
            "stop": 839718291
        },
        {
            "start": 839719818,
            "stop": 839721587
        },
        {
            "start": 839722878,
            "stop": 839768816
        },
        {
            "start": 839768818,
            "stop": 839777346
        },
        {
            "start": 839777349,
            "stop": 839792386
        },
        {
            "start": 839793830,
            "stop": 839794456
        },
        {
            "start": 839794948,
            "stop": 839800936
        },
        {
            "start": 839802102,
            "stop": 839807832
        },
        {
            "start": 839808856,
            "stop": 839828533
        },
        {
            "start": 839829221,
            "stop": 839829297
        },
        {
            "start": 839830366,
            "stop": 839848430
        },
        {
            "start": 839849822,
            "stop": 839862843
        },
        {
            "start": 839862844,
            "stop": 839862846
        }
    ]
}