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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5909",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5907",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5908,
    "results": [
        {
            "start": 875135136,
            "stop": 875135144
        },
        {
            "start": 875135148,
            "stop": 875135250
        },
        {
            "start": 875135253,
            "stop": 875135324
        },
        {
            "start": 875135327,
            "stop": 875135328
        },
        {
            "start": 875135331,
            "stop": 875135372
        },
        {
            "start": 875135375,
            "stop": 875135424
        },
        {
            "start": 875135427,
            "stop": 875135608
        },
        {
            "start": 875135611,
            "stop": 875135616
        },
        {
            "start": 875135622,
            "stop": 875135637
        },
        {
            "start": 875135640,
            "stop": 875135643
        },
        {
            "start": 875135646,
            "stop": 875135656
        },
        {
            "start": 875135659,
            "stop": 875135688
        },
        {
            "start": 875135691,
            "stop": 875135726
        },
        {
            "start": 875135729,
            "stop": 875135730
        },
        {
            "start": 875135737,
            "stop": 875135758
        },
        {
            "start": 875135761,
            "stop": 875135779
        },
        {
            "start": 875135782,
            "stop": 875135866
        },
        {
            "start": 875135869,
            "stop": 875135936
        },
        {
            "start": 875135939,
            "stop": 875135940
        },
        {
            "start": 875135943,
            "stop": 875135979
        }
    ]
}