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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=102",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=100",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 101,
    "results": [
        {
            "start": 824991053,
            "stop": 824991255
        },
        {
            "start": 824992016,
            "stop": 824994898
        },
        {
            "start": 824994900,
            "stop": 824995679
        },
        {
            "start": 824995681,
            "stop": 824995724
        },
        {
            "start": 824995726,
            "stop": 824996278
        },
        {
            "start": 824996280,
            "stop": 824997040
        },
        {
            "start": 824997042,
            "stop": 824997223
        },
        {
            "start": 824997225,
            "stop": 824997334
        },
        {
            "start": 824997337,
            "stop": 824997384
        },
        {
            "start": 824998513,
            "stop": 824998646
        },
        {
            "start": 824998649,
            "stop": 824999867
        },
        {
            "start": 824999869,
            "stop": 825000606
        },
        {
            "start": 825000609,
            "stop": 825001411
        },
        {
            "start": 825001412,
            "stop": 825004309
        },
        {
            "start": 825006087,
            "stop": 825006224
        },
        {
            "start": 825022975,
            "stop": 825026125
        },
        {
            "start": 825026988,
            "stop": 825031451
        },
        {
            "start": 825032229,
            "stop": 825033707
        },
        {
            "start": 825033709,
            "stop": 825036105
        },
        {
            "start": 825036107,
            "stop": 825039135
        }
    ]
}