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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=75",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 76,
    "results": [
        {
            "start": 821373526,
            "stop": 821373545
        },
        {
            "start": 821373548,
            "stop": 821373766
        },
        {
            "start": 821373769,
            "stop": 821373925
        },
        {
            "start": 821373928,
            "stop": 821374068
        },
        {
            "start": 821374071,
            "stop": 821374112
        },
        {
            "start": 821374115,
            "stop": 821374183
        },
        {
            "start": 821374186,
            "stop": 821374494
        },
        {
            "start": 821374497,
            "stop": 821377158
        },
        {
            "start": 821377159,
            "stop": 821384751
        },
        {
            "start": 821384754,
            "stop": 821385189
        },
        {
            "start": 821385190,
            "stop": 821385803
        },
        {
            "start": 821385806,
            "stop": 821385855
        },
        {
            "start": 821385858,
            "stop": 821385913
        },
        {
            "start": 821385916,
            "stop": 821386260
        },
        {
            "start": 821386263,
            "stop": 821386335
        },
        {
            "start": 821386338,
            "stop": 821386359
        },
        {
            "start": 821386362,
            "stop": 821386418
        },
        {
            "start": 821386421,
            "stop": 821386481
        },
        {
            "start": 821386484,
            "stop": 821386550
        },
        {
            "start": 821386553,
            "stop": 821386586
        }
    ]
}