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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=286",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=284",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 285,
    "results": [
        {
            "start": 1181127009,
            "stop": 1181127023
        },
        {
            "start": 1181127024,
            "stop": 1181127031
        },
        {
            "start": 1181127032,
            "stop": 1181127107
        },
        {
            "start": 1181127108,
            "stop": 1181127125
        },
        {
            "start": 1181127126,
            "stop": 1181127129
        },
        {
            "start": 1181127130,
            "stop": 1181127148
        },
        {
            "start": 1181127150,
            "stop": 1181127162
        },
        {
            "start": 1181127163,
            "stop": 1181127222
        },
        {
            "start": 1181127224,
            "stop": 1181127226
        },
        {
            "start": 1181127227,
            "stop": 1181127692
        },
        {
            "start": 1181127693,
            "stop": 1181129036
        },
        {
            "start": 1181129038,
            "stop": 1181129040
        },
        {
            "start": 1181129041,
            "stop": 1181129452
        },
        {
            "start": 1181129453,
            "stop": 1181131104
        },
        {
            "start": 1181131105,
            "stop": 1181131244
        },
        {
            "start": 1181131245,
            "stop": 1181131252
        },
        {
            "start": 1181131258,
            "stop": 1181131259
        },
        {
            "start": 1181131260,
            "stop": 1181133108
        },
        {
            "start": 1181133109,
            "stop": 1181135351
        },
        {
            "start": 1181135352,
            "stop": 1181135623
        }
    ]
}