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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=347",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=345",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 346,
    "results": [
        {
            "start": 857739158,
            "stop": 857739172
        },
        {
            "start": 857739177,
            "stop": 857739178
        },
        {
            "start": 857741615,
            "stop": 857741660
        },
        {
            "start": 857741663,
            "stop": 857741813
        },
        {
            "start": 857741822,
            "stop": 857741869
        },
        {
            "start": 857741873,
            "stop": 857741957
        },
        {
            "start": 857741960,
            "stop": 857741997
        },
        {
            "start": 857742008,
            "stop": 857742051
        },
        {
            "start": 857742055,
            "stop": 857742105
        },
        {
            "start": 857742120,
            "stop": 857742125
        },
        {
            "start": 857742129,
            "stop": 857742163
        },
        {
            "start": 857742167,
            "stop": 857742168
        },
        {
            "start": 857742177,
            "stop": 857742182
        },
        {
            "start": 857742187,
            "stop": 857742192
        },
        {
            "start": 857742196,
            "stop": 857742206
        },
        {
            "start": 857742210,
            "stop": 857742289
        },
        {
            "start": 857742303,
            "stop": 857742318
        },
        {
            "start": 857742322,
            "stop": 857742327
        },
        {
            "start": 857742331,
            "stop": 857742391
        },
        {
            "start": 857742395,
            "stop": 857742406
        }
    ]
}