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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=316",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=314",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 315,
    "results": [
        {
            "start": 933851018,
            "stop": 933851032
        },
        {
            "start": 933851037,
            "stop": 933851228
        },
        {
            "start": 933860664,
            "stop": 933861754
        },
        {
            "start": 933861757,
            "stop": 933861764
        },
        {
            "start": 933861766,
            "stop": 933861787
        },
        {
            "start": 933861789,
            "stop": 933861809
        },
        {
            "start": 933861811,
            "stop": 933861814
        },
        {
            "start": 933861817,
            "stop": 933861823
        },
        {
            "start": 933861825,
            "stop": 933861831
        },
        {
            "start": 933861835,
            "stop": 933865332
        },
        {
            "start": 933865334,
            "stop": 933865354
        },
        {
            "start": 933865357,
            "stop": 933865363
        },
        {
            "start": 933865366,
            "stop": 933865376
        },
        {
            "start": 933865378,
            "stop": 933865414
        },
        {
            "start": 933865416,
            "stop": 933865430
        },
        {
            "start": 933865435,
            "stop": 933868181
        },
        {
            "start": 933871738,
            "stop": 933872562
        },
        {
            "start": 933872566,
            "stop": 933872580
        },
        {
            "start": 933872583,
            "stop": 933872607
        },
        {
            "start": 933872609,
            "stop": 933872613
        }
    ]
}