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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7648",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7646",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7647,
    "results": [
        {
            "start": 970999547,
            "stop": 970999588
        },
        {
            "start": 970999591,
            "stop": 970999688
        },
        {
            "start": 970999691,
            "stop": 970999750
        },
        {
            "start": 970999753,
            "stop": 970999790
        },
        {
            "start": 970999793,
            "stop": 970999891
        },
        {
            "start": 970999894,
            "stop": 970999974
        },
        {
            "start": 970999977,
            "stop": 971000025
        },
        {
            "start": 971000028,
            "stop": 971000283
        },
        {
            "start": 971000286,
            "stop": 971000306
        },
        {
            "start": 971000309,
            "stop": 971000315
        },
        {
            "start": 971000318,
            "stop": 971000354
        },
        {
            "start": 971000357,
            "stop": 971000471
        },
        {
            "start": 971000474,
            "stop": 971000645
        },
        {
            "start": 971000648,
            "stop": 971000867
        },
        {
            "start": 971000870,
            "stop": 971000931
        },
        {
            "start": 971000934,
            "stop": 971000967
        },
        {
            "start": 971000970,
            "stop": 971001001
        },
        {
            "start": 971001004,
            "stop": 971001012
        },
        {
            "start": 971001015,
            "stop": 971001064
        },
        {
            "start": 971001067,
            "stop": 971001156
        }
    ]
}