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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=10",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 11,
    "results": [
        {
            "start": 931088528,
            "stop": 931088531
        },
        {
            "start": 931088533,
            "stop": 931088539
        },
        {
            "start": 931088541,
            "stop": 931088544
        },
        {
            "start": 931088549,
            "stop": 931088550
        },
        {
            "start": 931088556,
            "stop": 931088561
        },
        {
            "start": 931088565,
            "stop": 931088567
        },
        {
            "start": 931088569,
            "stop": 931088576
        },
        {
            "start": 931088581,
            "stop": 931088592
        },
        {
            "start": 931088595,
            "stop": 931088600
        },
        {
            "start": 931088602,
            "stop": 931088607
        },
        {
            "start": 931088610,
            "stop": 931088619
        },
        {
            "start": 931088627,
            "stop": 931088629
        },
        {
            "start": 931088638,
            "stop": 931088641
        },
        {
            "start": 931088644,
            "stop": 931088658
        },
        {
            "start": 931088661,
            "stop": 931088667
        },
        {
            "start": 931088677,
            "stop": 931088678
        },
        {
            "start": 931088679,
            "stop": 931088680
        },
        {
            "start": 931088690,
            "stop": 931088692
        },
        {
            "start": 931088697,
            "stop": 931088708
        },
        {
            "start": 931088711,
            "stop": 931088712
        }
    ]
}