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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=6",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 7,
    "results": [
        {
            "start": 816232543,
            "stop": 816232575
        },
        {
            "start": 816232583,
            "stop": 816232658
        },
        {
            "start": 816232669,
            "stop": 816232675
        },
        {
            "start": 816232682,
            "stop": 816232684
        },
        {
            "start": 816232691,
            "stop": 816232764
        },
        {
            "start": 816232772,
            "stop": 816232777
        },
        {
            "start": 816232787,
            "stop": 816232838
        },
        {
            "start": 816232852,
            "stop": 816232855
        },
        {
            "start": 816232863,
            "stop": 816232886
        },
        {
            "start": 816232894,
            "stop": 816232896
        },
        {
            "start": 816232903,
            "stop": 816232916
        },
        {
            "start": 816232923,
            "stop": 816232999
        },
        {
            "start": 816233007,
            "stop": 816233015
        },
        {
            "start": 816233024,
            "stop": 816233030
        },
        {
            "start": 816233038,
            "stop": 816233151
        },
        {
            "start": 816233177,
            "stop": 816233233
        },
        {
            "start": 816233251,
            "stop": 816233256
        },
        {
            "start": 816233263,
            "stop": 816233297
        },
        {
            "start": 816233307,
            "stop": 816233321
        },
        {
            "start": 816233330,
            "stop": 816233350
        }
    ]
}