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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT1/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT1/segments?format=api&page=10",
    "results_count": 2355,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 11,
    "results": [
        {
            "start": 932810102,
            "stop": 932828428
        },
        {
            "start": 932935560,
            "stop": 932936370
        },
        {
            "start": 932939605,
            "stop": 932948405
        },
        {
            "start": 932958826,
            "stop": 932959421
        },
        {
            "start": 932960498,
            "stop": 932964622
        },
        {
            "start": 932965829,
            "stop": 932968819
        },
        {
            "start": 932969810,
            "stop": 932976045
        },
        {
            "start": 932976597,
            "stop": 932978305
        },
        {
            "start": 932979353,
            "stop": 932989935
        },
        {
            "start": 932991285,
            "stop": 932996073
        },
        {
            "start": 932997233,
            "stop": 932997803
        },
        {
            "start": 933010476,
            "stop": 933012257
        },
        {
            "start": 933012293,
            "stop": 933012400
        },
        {
            "start": 933014598,
            "stop": 933014918
        },
        {
            "start": 933015825,
            "stop": 933018580
        },
        {
            "start": 933048184,
            "stop": 933050723
        },
        {
            "start": 933061327,
            "stop": 933061888
        },
        {
            "start": 933063485,
            "stop": 933067884
        },
        {
            "start": 933076358,
            "stop": 933077727
        },
        {
            "start": 933078827,
            "stop": 933085732
        }
    ]
}