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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5030",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5028",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5029,
    "results": [
        {
            "start": 874555904,
            "stop": 874555959
        },
        {
            "start": 874555978,
            "stop": 874556049
        },
        {
            "start": 874556071,
            "stop": 874556072
        },
        {
            "start": 874556111,
            "stop": 874556139
        },
        {
            "start": 874556215,
            "stop": 874556232
        },
        {
            "start": 874556251,
            "stop": 874556264
        },
        {
            "start": 874556315,
            "stop": 874556328
        },
        {
            "start": 874556348,
            "stop": 874556429
        },
        {
            "start": 874556448,
            "stop": 874556459
        },
        {
            "start": 874556480,
            "stop": 874556484
        },
        {
            "start": 874556503,
            "stop": 874556513
        },
        {
            "start": 874556532,
            "stop": 874556582
        },
        {
            "start": 874556602,
            "stop": 874556634
        },
        {
            "start": 874556657,
            "stop": 874556685
        },
        {
            "start": 874556760,
            "stop": 874556783
        },
        {
            "start": 874556818,
            "stop": 874556846
        },
        {
            "start": 874556879,
            "stop": 874556897
        },
        {
            "start": 874556916,
            "stop": 874556930
        },
        {
            "start": 874556949,
            "stop": 874556956
        },
        {
            "start": 874556975,
            "stop": 874556979
        }
    ]
}