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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=109",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 110,
    "results": [
        {
            "start": 1134876906,
            "stop": 1134876965
        },
        {
            "start": 1134876968,
            "stop": 1134877084
        },
        {
            "start": 1134877087,
            "stop": 1134877090
        },
        {
            "start": 1134877094,
            "stop": 1134878380
        },
        {
            "start": 1134884408,
            "stop": 1134885257
        },
        {
            "start": 1134885265,
            "stop": 1134886360
        },
        {
            "start": 1134886368,
            "stop": 1134894641
        },
        {
            "start": 1134894649,
            "stop": 1134907231
        },
        {
            "start": 1134907233,
            "stop": 1134907640
        },
        {
            "start": 1134907799,
            "stop": 1134907800
        },
        {
            "start": 1134907807,
            "stop": 1134907808
        },
        {
            "start": 1134907823,
            "stop": 1134907824
        },
        {
            "start": 1134907827,
            "stop": 1134907837
        },
        {
            "start": 1134907841,
            "stop": 1134907849
        },
        {
            "start": 1134907855,
            "stop": 1134907857
        },
        {
            "start": 1134907881,
            "stop": 1134907904
        },
        {
            "start": 1134907915,
            "stop": 1134907924
        },
        {
            "start": 1134907927,
            "stop": 1134907931
        },
        {
            "start": 1134907936,
            "stop": 1134907939
        },
        {
            "start": 1134907946,
            "stop": 1134908016
        }
    ]
}