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=51
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=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=50",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 51,
    "results": [
        {
            "start": 821126877,
            "stop": 821127268
        },
        {
            "start": 821127617,
            "stop": 821127901
        },
        {
            "start": 821140082,
            "stop": 821143397
        },
        {
            "start": 821143580,
            "stop": 821148716
        },
        {
            "start": 821148851,
            "stop": 821150373
        },
        {
            "start": 821150900,
            "stop": 821156281
        },
        {
            "start": 821156816,
            "stop": 821160664
        },
        {
            "start": 821160857,
            "stop": 821161592
        },
        {
            "start": 821161760,
            "stop": 821163927
        },
        {
            "start": 821166777,
            "stop": 821167224
        },
        {
            "start": 821167411,
            "stop": 821168342
        },
        {
            "start": 821168488,
            "stop": 821173769
        },
        {
            "start": 821176748,
            "stop": 821178646
        },
        {
            "start": 821178744,
            "stop": 821181323
        },
        {
            "start": 821181419,
            "stop": 821184280
        },
        {
            "start": 821184438,
            "stop": 821184448
        },
        {
            "start": 821184577,
            "stop": 821184663
        },
        {
            "start": 821184981,
            "stop": 821185565
        },
        {
            "start": 821185825,
            "stop": 821185861
        },
        {
            "start": 821185986,
            "stop": 821186640
        }
    ]
}