Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=61
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=60",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 61,
    "results": [
        {
            "start": 1238767128,
            "stop": 1238767130
        },
        {
            "start": 1238767132,
            "stop": 1238767148
        },
        {
            "start": 1238767150,
            "stop": 1238767159
        },
        {
            "start": 1238767160,
            "stop": 1238767183
        },
        {
            "start": 1238767188,
            "stop": 1238767197
        },
        {
            "start": 1238767199,
            "stop": 1238767211
        },
        {
            "start": 1238767212,
            "stop": 1238767215
        },
        {
            "start": 1238767216,
            "stop": 1238767217
        },
        {
            "start": 1238767218,
            "stop": 1238767221
        },
        {
            "start": 1238767222,
            "stop": 1238767235
        },
        {
            "start": 1238767236,
            "stop": 1238767249
        },
        {
            "start": 1238767250,
            "stop": 1238767257
        },
        {
            "start": 1238767259,
            "stop": 1238767261
        },
        {
            "start": 1238767262,
            "stop": 1238767273
        },
        {
            "start": 1238767278,
            "stop": 1238767279
        },
        {
            "start": 1238767280,
            "stop": 1238767285
        },
        {
            "start": 1238767287,
            "stop": 1238767291
        },
        {
            "start": 1238767292,
            "stop": 1238767293
        },
        {
            "start": 1238767295,
            "stop": 1238767303
        },
        {
            "start": 1238767304,
            "stop": 1238767317
        }
    ]
}