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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9951",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9949",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9950,
    "results": [
        {
            "start": 875136180,
            "stop": 875137891
        },
        {
            "start": 875137908,
            "stop": 875137990
        },
        {
            "start": 875138007,
            "stop": 875138092
        },
        {
            "start": 875138109,
            "stop": 875138188
        },
        {
            "start": 875138205,
            "stop": 875138220
        },
        {
            "start": 875138280,
            "stop": 875138770
        },
        {
            "start": 875138787,
            "stop": 875138880
        },
        {
            "start": 875138940,
            "stop": 875140271
        },
        {
            "start": 875140288,
            "stop": 875140340
        },
        {
            "start": 875140357,
            "stop": 875141310
        },
        {
            "start": 875141466,
            "stop": 875141520
        },
        {
            "start": 875141640,
            "stop": 875141937
        },
        {
            "start": 875141955,
            "stop": 875142300
        },
        {
            "start": 875142420,
            "stop": 875143260
        },
        {
            "start": 875143380,
            "stop": 875143800
        },
        {
            "start": 875143860,
            "stop": 875143911
        },
        {
            "start": 875143929,
            "stop": 875143947
        },
        {
            "start": 875143964,
            "stop": 875144229
        },
        {
            "start": 875144246,
            "stop": 875144264
        },
        {
            "start": 875144384,
            "stop": 875144650
        }
    ]
}