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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=253",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=251",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 252,
    "results": [
        {
            "start": 868609085,
            "stop": 868612579
        },
        {
            "start": 868614316,
            "stop": 868623752
        },
        {
            "start": 868623754,
            "stop": 868631299
        },
        {
            "start": 868634936,
            "stop": 868638464
        },
        {
            "start": 868639139,
            "stop": 868651824
        },
        {
            "start": 868653949,
            "stop": 868655501
        },
        {
            "start": 868656031,
            "stop": 868661446
        },
        {
            "start": 868664420,
            "stop": 868701145
        },
        {
            "start": 868702497,
            "stop": 868719527
        },
        {
            "start": 868736156,
            "stop": 868745005
        },
        {
            "start": 868746200,
            "stop": 868753227
        },
        {
            "start": 868753888,
            "stop": 868794197
        },
        {
            "start": 868841856,
            "stop": 868851550
        },
        {
            "start": 868852045,
            "stop": 868864963
        },
        {
            "start": 868865378,
            "stop": 868909113
        },
        {
            "start": 868911049,
            "stop": 868919334
        },
        {
            "start": 868922706,
            "stop": 868928730
        },
        {
            "start": 868946936,
            "stop": 868987968
        },
        {
            "start": 868990174,
            "stop": 869006664
        },
        {
            "start": 869009918,
            "stop": 869013858
        }
    ]
}