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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=317",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=315",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 316,
    "results": [
        {
            "start": 862191208,
            "stop": 862191224
        },
        {
            "start": 862191228,
            "stop": 862191248
        },
        {
            "start": 862191262,
            "stop": 862191342
        },
        {
            "start": 862191346,
            "stop": 862191424
        },
        {
            "start": 862191428,
            "stop": 862191434
        },
        {
            "start": 862191443,
            "stop": 862191532
        },
        {
            "start": 862191536,
            "stop": 862191547
        },
        {
            "start": 862191550,
            "stop": 862191571
        },
        {
            "start": 862191579,
            "stop": 862191649
        },
        {
            "start": 862191653,
            "stop": 862191693
        },
        {
            "start": 862191711,
            "stop": 862191717
        },
        {
            "start": 862191721,
            "stop": 862191732
        },
        {
            "start": 862191741,
            "stop": 862191775
        },
        {
            "start": 862191779,
            "stop": 862191868
        },
        {
            "start": 862191872,
            "stop": 862192005
        },
        {
            "start": 862192009,
            "stop": 862192015
        },
        {
            "start": 862192018,
            "stop": 862192024
        },
        {
            "start": 862192033,
            "stop": 862192048
        },
        {
            "start": 862192052,
            "stop": 862192072
        },
        {
            "start": 862192081,
            "stop": 862192092
        }
    ]
}