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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=723",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=721",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 722,
    "results": [
        {
            "start": 869197471,
            "stop": 869233996
        },
        {
            "start": 869235596,
            "stop": 869255610
        },
        {
            "start": 869256898,
            "stop": 869258977
        },
        {
            "start": 869258984,
            "stop": 869259025
        },
        {
            "start": 869259032,
            "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": 869469474
        },
        {
            "start": 869469498,
            "stop": 869469500
        },
        {
            "start": 869469519,
            "stop": 869469548
        },
        {
            "start": 869469574,
            "stop": 869469585
        }
    ]
}