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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=105",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 106,
    "results": [
        {
            "start": 817579677,
            "stop": 817580298
        },
        {
            "start": 817580302,
            "stop": 817580459
        },
        {
            "start": 817580462,
            "stop": 817581379
        },
        {
            "start": 817581382,
            "stop": 817581827
        },
        {
            "start": 817581830,
            "stop": 817582147
        },
        {
            "start": 817582151,
            "stop": 817582899
        },
        {
            "start": 817582902,
            "stop": 817583235
        },
        {
            "start": 817583238,
            "stop": 817583467
        },
        {
            "start": 817583470,
            "stop": 817584580
        },
        {
            "start": 817584583,
            "stop": 817585823
        },
        {
            "start": 817585826,
            "stop": 817585984
        },
        {
            "start": 817585987,
            "stop": 817586282
        },
        {
            "start": 817586285,
            "stop": 817586803
        },
        {
            "start": 817586984,
            "stop": 817587283
        },
        {
            "start": 817587464,
            "stop": 817591836
        },
        {
            "start": 817591839,
            "stop": 817592566
        },
        {
            "start": 817593511,
            "stop": 817595641
        },
        {
            "start": 817595644,
            "stop": 817595655
        },
        {
            "start": 817595659,
            "stop": 817596124
        },
        {
            "start": 817597339,
            "stop": 817598207
        }
    ]
}