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_CAT3/segments?format=api&page=671
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=672",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=670",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 671,
    "results": [
        {
            "start": 829700880,
            "stop": 829701208
        },
        {
            "start": 829701211,
            "stop": 829701216
        },
        {
            "start": 829701219,
            "stop": 829701251
        },
        {
            "start": 829701255,
            "stop": 829701274
        },
        {
            "start": 829701277,
            "stop": 829701332
        },
        {
            "start": 829701335,
            "stop": 829701358
        },
        {
            "start": 829701361,
            "stop": 829701363
        },
        {
            "start": 829701366,
            "stop": 829701420
        },
        {
            "start": 829701480,
            "stop": 829701518
        },
        {
            "start": 829701521,
            "stop": 829701569
        },
        {
            "start": 829701572,
            "stop": 829701576
        },
        {
            "start": 829701580,
            "stop": 829701612
        },
        {
            "start": 829701616,
            "stop": 829701621
        },
        {
            "start": 829701624,
            "stop": 829701630
        },
        {
            "start": 829701690,
            "stop": 829701710
        },
        {
            "start": 829701713,
            "stop": 829701783
        },
        {
            "start": 829701788,
            "stop": 829701812
        },
        {
            "start": 829701928,
            "stop": 829701997
        },
        {
            "start": 829702001,
            "stop": 829702040
        },
        {
            "start": 829702045,
            "stop": 829702109
        }
    ]
}