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=76
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=77",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=75",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 76,
    "results": [
        {
            "start": 1132162501,
            "stop": 1132162558
        },
        {
            "start": 1132162560,
            "stop": 1132163889
        },
        {
            "start": 1132163897,
            "stop": 1132164958
        },
        {
            "start": 1132164966,
            "stop": 1132165276
        },
        {
            "start": 1132165284,
            "stop": 1132165566
        },
        {
            "start": 1132165574,
            "stop": 1132168588
        },
        {
            "start": 1132168596,
            "stop": 1132175765
        },
        {
            "start": 1132175773,
            "stop": 1132185252
        },
        {
            "start": 1132197472,
            "stop": 1132204774
        },
        {
            "start": 1132207129,
            "stop": 1132209760
        },
        {
            "start": 1132209768,
            "stop": 1132212977
        },
        {
            "start": 1132212979,
            "stop": 1132227497
        },
        {
            "start": 1132227505,
            "stop": 1132243767
        },
        {
            "start": 1132243775,
            "stop": 1132246501
        },
        {
            "start": 1132246508,
            "stop": 1132247283
        },
        {
            "start": 1132247291,
            "stop": 1132251231
        },
        {
            "start": 1132251233,
            "stop": 1132259307
        },
        {
            "start": 1132259309,
            "stop": 1132260729
        },
        {
            "start": 1132260731,
            "stop": 1132261631
        },
        {
            "start": 1132261634,
            "stop": 1132273763
        }
    ]
}