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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=810",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=808",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 809,
    "results": [
        {
            "start": 869197463,
            "stop": 869233996
        },
        {
            "start": 869235596,
            "stop": 869255610
        },
        {
            "start": 869256898,
            "stop": 869258977
        },
        {
            "start": 869258980,
            "stop": 869259025
        },
        {
            "start": 869259028,
            "stop": 869266890
        },
        {
            "start": 869266950,
            "stop": 869266980
        },
        {
            "start": 869267040,
            "stop": 869282793
        },
        {
            "start": 869284981,
            "stop": 869291760
        },
        {
            "start": 869291820,
            "stop": 869324429
        },
        {
            "start": 869342235,
            "stop": 869342310
        },
        {
            "start": 869343527,
            "stop": 869343548
        },
        {
            "start": 869344301,
            "stop": 869344621
        },
        {
            "start": 869345261,
            "stop": 869345486
        },
        {
            "start": 869346625,
            "stop": 869367570
        },
        {
            "start": 869441226,
            "stop": 869442570
        },
        {
            "start": 869444882,
            "stop": 869464530
        },
        {
            "start": 869467855,
            "stop": 869469482
        },
        {
            "start": 869469490,
            "stop": 869469508
        },
        {
            "start": 869469511,
            "stop": 869469556
        },
        {
            "start": 869469566,
            "stop": 869469593
        }
    ]
}