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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3848",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3846",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3847,
    "results": [
        {
            "start": 875132700,
            "stop": 875133420
        },
        {
            "start": 875133480,
            "stop": 875133963
        },
        {
            "start": 875133980,
            "stop": 875134147
        },
        {
            "start": 875134164,
            "stop": 875134892
        },
        {
            "start": 875135085,
            "stop": 875135652
        },
        {
            "start": 875135669,
            "stop": 875135700
        },
        {
            "start": 875135760,
            "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": 875140271
        },
        {
            "start": 875140288,
            "stop": 875140340
        },
        {
            "start": 875140357,
            "stop": 875141520
        },
        {
            "start": 875141640,
            "stop": 875141937
        },
        {
            "start": 875141955,
            "stop": 875142300
        },
        {
            "start": 875142420,
            "stop": 875143911
        },
        {
            "start": 875143929,
            "stop": 875143947
        },
        {
            "start": 875143964,
            "stop": 875144229
        }
    ]
}