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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=107",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 108,
    "results": [
        {
            "start": 817274525,
            "stop": 817274748
        },
        {
            "start": 817274751,
            "stop": 817274855
        },
        {
            "start": 817274858,
            "stop": 817274882
        },
        {
            "start": 817274886,
            "stop": 817274942
        },
        {
            "start": 817274945,
            "stop": 817274991
        },
        {
            "start": 817274994,
            "stop": 817275181
        },
        {
            "start": 817275184,
            "stop": 817275209
        },
        {
            "start": 817275749,
            "stop": 817275967
        },
        {
            "start": 817275970,
            "stop": 817276110
        },
        {
            "start": 817276113,
            "stop": 817276367
        },
        {
            "start": 817276370,
            "stop": 817276501
        },
        {
            "start": 817276504,
            "stop": 817276531
        },
        {
            "start": 817276534,
            "stop": 817276584
        },
        {
            "start": 817276587,
            "stop": 817276623
        },
        {
            "start": 817276627,
            "stop": 817276947
        },
        {
            "start": 817276951,
            "stop": 817277342
        },
        {
            "start": 817277345,
            "stop": 817277461
        },
        {
            "start": 817277465,
            "stop": 817277481
        },
        {
            "start": 817277484,
            "stop": 817277753
        },
        {
            "start": 817277756,
            "stop": 817277815
        }
    ]
}