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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=9",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 10,
    "results": [
        {
            "start": 932348140,
            "stop": 932356881
        },
        {
            "start": 932359128,
            "stop": 932361717
        },
        {
            "start": 932362651,
            "stop": 932365720
        },
        {
            "start": 932370618,
            "stop": 932373039
        },
        {
            "start": 932379009,
            "stop": 932382565
        },
        {
            "start": 932388600,
            "stop": 932389110
        },
        {
            "start": 932392463,
            "stop": 932396079
        },
        {
            "start": 932399191,
            "stop": 932399432
        },
        {
            "start": 932408671,
            "stop": 932411218
        },
        {
            "start": 932417009,
            "stop": 932417426
        },
        {
            "start": 932417432,
            "stop": 932417631
        },
        {
            "start": 932417638,
            "stop": 932417771
        },
        {
            "start": 932417777,
            "stop": 932417980
        },
        {
            "start": 932418081,
            "stop": 932418107
        },
        {
            "start": 932418113,
            "stop": 932418122
        },
        {
            "start": 932418132,
            "stop": 932418219
        },
        {
            "start": 932418230,
            "stop": 932418244
        },
        {
            "start": 932418250,
            "stop": 932418258
        },
        {
            "start": 932418269,
            "stop": 932418273
        },
        {
            "start": 932418284,
            "stop": 932418307
        }
    ]
}