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=156
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=157",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=155",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 156,
    "results": [
        {
            "start": 931533241,
            "stop": 931533251
        },
        {
            "start": 931533253,
            "stop": 931533254
        },
        {
            "start": 931533258,
            "stop": 931533259
        },
        {
            "start": 931533260,
            "stop": 931533267
        },
        {
            "start": 931533268,
            "stop": 931533316
        },
        {
            "start": 931533318,
            "stop": 931533391
        },
        {
            "start": 931533392,
            "stop": 931533426
        },
        {
            "start": 931533429,
            "stop": 931533481
        },
        {
            "start": 931533483,
            "stop": 931533508
        },
        {
            "start": 931533510,
            "stop": 931533512
        },
        {
            "start": 931533514,
            "stop": 931533517
        },
        {
            "start": 931533519,
            "stop": 931533521
        },
        {
            "start": 931533522,
            "stop": 931533530
        },
        {
            "start": 931533532,
            "stop": 931533538
        },
        {
            "start": 931533540,
            "stop": 931533546
        },
        {
            "start": 931533550,
            "stop": 931533566
        },
        {
            "start": 931533568,
            "stop": 931533652
        },
        {
            "start": 931533654,
            "stop": 931533660
        },
        {
            "start": 931533661,
            "stop": 931533747
        },
        {
            "start": 931533749,
            "stop": 931533762
        }
    ]
}