Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9811
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=9812",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9810",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9811,
    "results": [
        {
            "start": 873587192,
            "stop": 873587344
        },
        {
            "start": 873587361,
            "stop": 873587791
        },
        {
            "start": 873587808,
            "stop": 873591120
        },
        {
            "start": 873591376,
            "stop": 873592261
        },
        {
            "start": 873592381,
            "stop": 873592469
        },
        {
            "start": 873592486,
            "stop": 873592522
        },
        {
            "start": 873592651,
            "stop": 873592784
        },
        {
            "start": 873592965,
            "stop": 873593084
        },
        {
            "start": 873593101,
            "stop": 873593410
        },
        {
            "start": 873593427,
            "stop": 873593656
        },
        {
            "start": 873593673,
            "stop": 873593999
        },
        {
            "start": 873594016,
            "stop": 873594047
        },
        {
            "start": 873594088,
            "stop": 873594122
        },
        {
            "start": 873594139,
            "stop": 873594845
        },
        {
            "start": 873594862,
            "stop": 873595419
        },
        {
            "start": 873595436,
            "stop": 873595625
        },
        {
            "start": 873595642,
            "stop": 873595680
        },
        {
            "start": 873595740,
            "stop": 873595786
        },
        {
            "start": 873595803,
            "stop": 873596831
        },
        {
            "start": 873596848,
            "stop": 873597596
        }
    ]
}