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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=83",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 84,
    "results": [
        {
            "start": 826569091,
            "stop": 826569516
        },
        {
            "start": 826573008,
            "stop": 826573735
        },
        {
            "start": 826574287,
            "stop": 826580389
        },
        {
            "start": 826581086,
            "stop": 826582942
        },
        {
            "start": 826583649,
            "stop": 826586305
        },
        {
            "start": 826586307,
            "stop": 826586751
        },
        {
            "start": 826586753,
            "stop": 826602648
        },
        {
            "start": 826603740,
            "stop": 826626601
        },
        {
            "start": 826628501,
            "stop": 826640973
        },
        {
            "start": 826641817,
            "stop": 826642190
        },
        {
            "start": 826642903,
            "stop": 826643240
        },
        {
            "start": 826645091,
            "stop": 826648093
        },
        {
            "start": 826648095,
            "stop": 826658308
        },
        {
            "start": 826659119,
            "stop": 826660931
        },
        {
            "start": 826661962,
            "stop": 826666820
        },
        {
            "start": 826670429,
            "stop": 826670802
        },
        {
            "start": 826671330,
            "stop": 826673001
        },
        {
            "start": 826673003,
            "stop": 826681239
        },
        {
            "start": 826688264,
            "stop": 826700209
        },
        {
            "start": 826701367,
            "stop": 826709188
        }
    ]
}