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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT1/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT1/segments?format=api&page=29",
    "results_count": 655,
    "results_per_page": 20,
    "num_pages": 33,
    "page_number": 30,
    "results": [
        {
            "start": 1134775097,
            "stop": 1134775277
        },
        {
            "start": 1134784603,
            "stop": 1134784757
        },
        {
            "start": 1134784817,
            "stop": 1134785117
        },
        {
            "start": 1134785237,
            "stop": 1134835439
        },
        {
            "start": 1134862087,
            "stop": 1134878382
        },
        {
            "start": 1134884408,
            "stop": 1134912017
        },
        {
            "start": 1134912077,
            "stop": 1134912137
        },
        {
            "start": 1134912197,
            "stop": 1134918497
        },
        {
            "start": 1134918737,
            "stop": 1134919157
        },
        {
            "start": 1134919349,
            "stop": 1134927677
        },
        {
            "start": 1134927975,
            "stop": 1134929652
        },
        {
            "start": 1135021840,
            "stop": 1135024394
        },
        {
            "start": 1135033244,
            "stop": 1135057817
        },
        {
            "start": 1135136228,
            "stop": 1135151418
        },
        {
            "start": 1135151859,
            "stop": 1135234150
        },
        {
            "start": 1135238726,
            "stop": 1135364643
        },
        {
            "start": 1135366079,
            "stop": 1135391749
        },
        {
            "start": 1135411109,
            "stop": 1135417372
        },
        {
            "start": 1135418759,
            "stop": 1135446251
        },
        {
            "start": 1135457586,
            "stop": 1135496456
        }
    ]
}