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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=404",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=402",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 403,
    "results": [
        {
            "start": 935598275,
            "stop": 935601033
        },
        {
            "start": 935604250,
            "stop": 935608696
        },
        {
            "start": 935609962,
            "stop": 935610986
        },
        {
            "start": 935610989,
            "stop": 935615614
        },
        {
            "start": 935615616,
            "stop": 935621952
        },
        {
            "start": 935622144,
            "stop": 935636990
        },
        {
            "start": 935636993,
            "stop": 935637005
        },
        {
            "start": 935637008,
            "stop": 935637036
        },
        {
            "start": 935637038,
            "stop": 935637040
        },
        {
            "start": 935639180,
            "stop": 935652884
        },
        {
            "start": 935657326,
            "stop": 935659746
        },
        {
            "start": 935659747,
            "stop": 935676820
        },
        {
            "start": 935676823,
            "stop": 935676835
        },
        {
            "start": 935676838,
            "stop": 935676866
        },
        {
            "start": 935676868,
            "stop": 935679818
        },
        {
            "start": 935689166,
            "stop": 935690117
        },
        {
            "start": 935690224,
            "stop": 935692907
        },
        {
            "start": 935694609,
            "stop": 935700101
        },
        {
            "start": 935702502,
            "stop": 935714506
        },
        {
            "start": 935718349,
            "stop": 935722982
        }
    ]
}