Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5869
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5870",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5868",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5869,
    "results": [
        {
            "start": 874787432,
            "stop": 874787462
        },
        {
            "start": 874787465,
            "stop": 874787479
        },
        {
            "start": 874787482,
            "stop": 874787531
        },
        {
            "start": 874787534,
            "stop": 874787560
        },
        {
            "start": 874787563,
            "stop": 874787576
        },
        {
            "start": 874787579,
            "stop": 874787595
        },
        {
            "start": 874787598,
            "stop": 874787630
        },
        {
            "start": 874787634,
            "stop": 874787664
        },
        {
            "start": 874787668,
            "stop": 874787669
        },
        {
            "start": 874787673,
            "stop": 874787682
        },
        {
            "start": 874787686,
            "stop": 874787722
        },
        {
            "start": 874787725,
            "stop": 874787735
        },
        {
            "start": 874787820,
            "stop": 874787821
        },
        {
            "start": 874787825,
            "stop": 874787881
        },
        {
            "start": 874787884,
            "stop": 874787915
        },
        {
            "start": 874787918,
            "stop": 874788048
        },
        {
            "start": 874788051,
            "stop": 874788088
        },
        {
            "start": 874788091,
            "stop": 874788095
        },
        {
            "start": 874788098,
            "stop": 874788103
        },
        {
            "start": 874788106,
            "stop": 874788117
        }
    ]
}