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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=13",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 14,
    "results": [
        {
            "start": 932939605,
            "stop": 932948405
        },
        {
            "start": 932958826,
            "stop": 932959316
        },
        {
            "start": 932960498,
            "stop": 932964517
        },
        {
            "start": 932965829,
            "stop": 932968714
        },
        {
            "start": 932969810,
            "stop": 932976045
        },
        {
            "start": 932976597,
            "stop": 932978200
        },
        {
            "start": 932979353,
            "stop": 932989830
        },
        {
            "start": 932991285,
            "stop": 932995968
        },
        {
            "start": 932997233,
            "stop": 932997698
        },
        {
            "start": 933010476,
            "stop": 933012257
        },
        {
            "start": 933012293,
            "stop": 933012295
        },
        {
            "start": 933014598,
            "stop": 933014813
        },
        {
            "start": 933015825,
            "stop": 933018475
        },
        {
            "start": 933048184,
            "stop": 933050618
        },
        {
            "start": 933061327,
            "stop": 933061888
        },
        {
            "start": 933063485,
            "stop": 933067779
        },
        {
            "start": 933076358,
            "stop": 933077622
        },
        {
            "start": 933078827,
            "stop": 933085627
        },
        {
            "start": 933089709,
            "stop": 933090410
        },
        {
            "start": 933091353,
            "stop": 933093101
        }
    ]
}