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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=287",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=285",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 286,
    "results": [
        {
            "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": 935659751,
            "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
        },
        {
            "start": 935726672,
            "stop": 935728120
        },
        {
            "start": 935728126,
            "stop": 935732835
        },
        {
            "start": 935734795,
            "stop": 935746172
        },
        {
            "start": 935751213,
            "stop": 935758791
        },
        {
            "start": 937801896,
            "stop": 937804123
        }
    ]
}