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=5087
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=5088",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5086",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5087,
    "results": [
        {
            "start": 874654993,
            "stop": 874655104
        },
        {
            "start": 874655124,
            "stop": 874655211
        },
        {
            "start": 874655230,
            "stop": 874655349
        },
        {
            "start": 874655369,
            "stop": 874655397
        },
        {
            "start": 874655416,
            "stop": 874655520
        },
        {
            "start": 874655555,
            "stop": 874655641
        },
        {
            "start": 874655660,
            "stop": 874655856
        },
        {
            "start": 874655882,
            "stop": 874656099
        },
        {
            "start": 874656118,
            "stop": 874656126
        },
        {
            "start": 874656145,
            "stop": 874656283
        },
        {
            "start": 874656322,
            "stop": 874656361
        },
        {
            "start": 874656386,
            "stop": 874656402
        },
        {
            "start": 874656421,
            "stop": 874656432
        },
        {
            "start": 874656451,
            "stop": 874656502
        },
        {
            "start": 874656521,
            "stop": 874656731
        },
        {
            "start": 874656750,
            "stop": 874656849
        },
        {
            "start": 874656868,
            "stop": 874656967
        },
        {
            "start": 874656986,
            "stop": 874657036
        },
        {
            "start": 874657055,
            "stop": 874657106
        },
        {
            "start": 874657126,
            "stop": 874657201
        }
    ]
}