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=59
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=60",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=58",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 59,
    "results": [
        {
            "start": 1131055770,
            "stop": 1131055774
        },
        {
            "start": 1131055775,
            "stop": 1131055795
        },
        {
            "start": 1131055796,
            "stop": 1131055797
        },
        {
            "start": 1131055798,
            "stop": 1131055807
        },
        {
            "start": 1131055808,
            "stop": 1131055831
        },
        {
            "start": 1131055832,
            "stop": 1131055911
        },
        {
            "start": 1131055912,
            "stop": 1131055916
        },
        {
            "start": 1131055917,
            "stop": 1131055919
        },
        {
            "start": 1131055920,
            "stop": 1131055941
        },
        {
            "start": 1131055942,
            "stop": 1131055948
        },
        {
            "start": 1131055949,
            "stop": 1131055951
        },
        {
            "start": 1131055953,
            "stop": 1131055957
        },
        {
            "start": 1131055958,
            "stop": 1131055964
        },
        {
            "start": 1131055965,
            "stop": 1131055966
        },
        {
            "start": 1131055968,
            "stop": 1131055976
        },
        {
            "start": 1131055977,
            "stop": 1131055978
        },
        {
            "start": 1131055979,
            "stop": 1131055984
        },
        {
            "start": 1131055986,
            "stop": 1131056001
        },
        {
            "start": 1131056003,
            "stop": 1131056009
        },
        {
            "start": 1131056010,
            "stop": 1131056033
        }
    ]
}