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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=288",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=286",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 287,
    "results": [
        {
            "start": 868605018,
            "stop": 868608359
        },
        {
            "start": 868609085,
            "stop": 868612579
        },
        {
            "start": 868614316,
            "stop": 868623751
        },
        {
            "start": 868623754,
            "stop": 868631299
        },
        {
            "start": 868634936,
            "stop": 868638464
        },
        {
            "start": 868639139,
            "stop": 868651824
        },
        {
            "start": 868653949,
            "stop": 868655501
        },
        {
            "start": 868656031,
            "stop": 868656032
        },
        {
            "start": 868656036,
            "stop": 868661446
        },
        {
            "start": 868664420,
            "stop": 868701145
        },
        {
            "start": 868702497,
            "stop": 868719527
        },
        {
            "start": 868736156,
            "stop": 868740933
        },
        {
            "start": 868740936,
            "stop": 868745005
        },
        {
            "start": 868746200,
            "stop": 868753227
        },
        {
            "start": 868753888,
            "stop": 868794196
        },
        {
            "start": 868841856,
            "stop": 868851550
        },
        {
            "start": 868852045,
            "stop": 868897384
        },
        {
            "start": 868897387,
            "stop": 868909113
        },
        {
            "start": 868911049,
            "stop": 868919334
        },
        {
            "start": 868922706,
            "stop": 868928730
        }
    ]
}