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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=146",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 147,
    "results": [
        {
            "start": 819728083,
            "stop": 819728204
        },
        {
            "start": 819728211,
            "stop": 819728236
        },
        {
            "start": 819728244,
            "stop": 819728250
        },
        {
            "start": 819728257,
            "stop": 819728323
        },
        {
            "start": 819728330,
            "stop": 819728363
        },
        {
            "start": 819728371,
            "stop": 819728376
        },
        {
            "start": 819728383,
            "stop": 819728515
        },
        {
            "start": 819728522,
            "stop": 819728580
        },
        {
            "start": 819728588,
            "stop": 819728783
        },
        {
            "start": 819728790,
            "stop": 819728905
        },
        {
            "start": 819728912,
            "stop": 819728941
        },
        {
            "start": 819728948,
            "stop": 819728998
        },
        {
            "start": 819729006,
            "stop": 819729081
        },
        {
            "start": 819730462,
            "stop": 819730508
        },
        {
            "start": 819730515,
            "stop": 819730559
        },
        {
            "start": 819730567,
            "stop": 819730660
        },
        {
            "start": 819730667,
            "stop": 819730734
        },
        {
            "start": 819730741,
            "stop": 819730867
        },
        {
            "start": 819730875,
            "stop": 819730889
        },
        {
            "start": 819730896,
            "stop": 819730974
        }
    ]
}