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=17
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=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=16",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 17,
    "results": [
        {
            "start": 816817225,
            "stop": 816818371
        },
        {
            "start": 816818373,
            "stop": 816818402
        },
        {
            "start": 816819345,
            "stop": 816835018
        },
        {
            "start": 816835021,
            "stop": 816847619
        },
        {
            "start": 816847622,
            "stop": 816852260
        },
        {
            "start": 816852263,
            "stop": 816871492
        },
        {
            "start": 816871495,
            "stop": 816881843
        },
        {
            "start": 816881845,
            "stop": 816888069
        },
        {
            "start": 816888072,
            "stop": 816897913
        },
        {
            "start": 816898939,
            "stop": 816908948
        },
        {
            "start": 816908951,
            "stop": 816908952
        },
        {
            "start": 816908955,
            "stop": 816913263
        },
        {
            "start": 816913265,
            "stop": 816916019
        },
        {
            "start": 816916021,
            "stop": 816916580
        },
        {
            "start": 816916583,
            "stop": 816927844
        },
        {
            "start": 816927847,
            "stop": 816939773
        },
        {
            "start": 816939776,
            "stop": 816951700
        },
        {
            "start": 816951703,
            "stop": 816969464
        },
        {
            "start": 816971022,
            "stop": 816971413
        },
        {
            "start": 816974148,
            "stop": 816978551
        }
    ]
}