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=101
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=102",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=100",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 101,
    "results": [
        {
            "start": 931533544,
            "stop": 931533546
        },
        {
            "start": 931533554,
            "stop": 931533566
        },
        {
            "start": 931533572,
            "stop": 931533652
        },
        {
            "start": 931533658,
            "stop": 931533660
        },
        {
            "start": 931533665,
            "stop": 931533747
        },
        {
            "start": 931533753,
            "stop": 931533762
        },
        {
            "start": 931533782,
            "stop": 931533810
        },
        {
            "start": 931533816,
            "stop": 931533830
        },
        {
            "start": 931533841,
            "stop": 931533845
        },
        {
            "start": 931533861,
            "stop": 931533892
        },
        {
            "start": 931533898,
            "stop": 931533977
        },
        {
            "start": 931533983,
            "stop": 931534126
        },
        {
            "start": 931534132,
            "stop": 931534135
        },
        {
            "start": 931534140,
            "stop": 931534225
        },
        {
            "start": 931534231,
            "stop": 931534240
        },
        {
            "start": 931534245,
            "stop": 931534319
        },
        {
            "start": 931534329,
            "stop": 931534376
        },
        {
            "start": 931534381,
            "stop": 931534511
        },
        {
            "start": 931534517,
            "stop": 931534524
        },
        {
            "start": 931534535,
            "stop": 931534538
        }
    ]
}