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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3107",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3108,
    "results": [
        {
            "start": 866987160,
            "stop": 866989436
        },
        {
            "start": 866989437,
            "stop": 866989440
        },
        {
            "start": 866989500,
            "stop": 866989890
        },
        {
            "start": 866998267,
            "stop": 866999725
        },
        {
            "start": 867007116,
            "stop": 867007895
        },
        {
            "start": 867008195,
            "stop": 867008199
        },
        {
            "start": 867008749,
            "stop": 867008896
        },
        {
            "start": 867009486,
            "stop": 867010320
        },
        {
            "start": 867010380,
            "stop": 867014580
        },
        {
            "start": 867014996,
            "stop": 867016257
        },
        {
            "start": 867022019,
            "stop": 867022758
        },
        {
            "start": 867023974,
            "stop": 867025115
        },
        {
            "start": 867034571,
            "stop": 867034771
        },
        {
            "start": 867036496,
            "stop": 867036561
        },
        {
            "start": 867040500,
            "stop": 867040560
        },
        {
            "start": 867040740,
            "stop": 867040800
        },
        {
            "start": 867040980,
            "stop": 867041040
        },
        {
            "start": 867041220,
            "stop": 867041520
        },
        {
            "start": 867041580,
            "stop": 867042000
        },
        {
            "start": 867042060,
            "stop": 867042420
        }
    ]
}