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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=105",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 106,
    "results": [
        {
            "start": 817250403,
            "stop": 817250588
        },
        {
            "start": 817250591,
            "stop": 817251235
        },
        {
            "start": 817251238,
            "stop": 817251308
        },
        {
            "start": 817251311,
            "stop": 817251388
        },
        {
            "start": 817251508,
            "stop": 817252356
        },
        {
            "start": 817252761,
            "stop": 817253487
        },
        {
            "start": 817253490,
            "stop": 817253633
        },
        {
            "start": 817253637,
            "stop": 817253832
        },
        {
            "start": 817254324,
            "stop": 817254334
        },
        {
            "start": 817254763,
            "stop": 817258866
        },
        {
            "start": 817258986,
            "stop": 817260552
        },
        {
            "start": 817260672,
            "stop": 817260673
        },
        {
            "start": 817260793,
            "stop": 817261656
        },
        {
            "start": 817261659,
            "stop": 817262086
        },
        {
            "start": 817262089,
            "stop": 817262806
        },
        {
            "start": 817262809,
            "stop": 817263531
        },
        {
            "start": 817263713,
            "stop": 817263905
        },
        {
            "start": 817263908,
            "stop": 817264642
        },
        {
            "start": 817264762,
            "stop": 817265668
        },
        {
            "start": 817265671,
            "stop": 817265773
        }
    ]
}