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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2180",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2181,
    "results": [
        {
            "start": 871166100,
            "stop": 871169400
        },
        {
            "start": 871169460,
            "stop": 871169472
        },
        {
            "start": 871169478,
            "stop": 871175399
        },
        {
            "start": 871189220,
            "stop": 871204710
        },
        {
            "start": 871204830,
            "stop": 871221097
        },
        {
            "start": 871221102,
            "stop": 871228551
        },
        {
            "start": 871228692,
            "stop": 871233052
        },
        {
            "start": 871233063,
            "stop": 871233107
        },
        {
            "start": 871233113,
            "stop": 871233870
        },
        {
            "start": 871233930,
            "stop": 871234890
        },
        {
            "start": 871234950,
            "stop": 871236570
        },
        {
            "start": 871236743,
            "stop": 871238042
        },
        {
            "start": 871238048,
            "stop": 871240524
        },
        {
            "start": 871241333,
            "stop": 871242275
        },
        {
            "start": 871242280,
            "stop": 871243107
        },
        {
            "start": 871243108,
            "stop": 871243142
        },
        {
            "start": 871252337,
            "stop": 871252915
        },
        {
            "start": 871253053,
            "stop": 871256435
        },
        {
            "start": 871271344,
            "stop": 871272397
        },
        {
            "start": 871273758,
            "stop": 871277048
        }
    ]
}