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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=148",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 149,
    "results": [
        {
            "start": 839302889,
            "stop": 839303035
        },
        {
            "start": 839303037,
            "stop": 839303123
        },
        {
            "start": 839303131,
            "stop": 839303279
        },
        {
            "start": 839303280,
            "stop": 839303281
        },
        {
            "start": 839303282,
            "stop": 839303290
        },
        {
            "start": 839303291,
            "stop": 839303367
        },
        {
            "start": 839303375,
            "stop": 839303553
        },
        {
            "start": 839303555,
            "stop": 839304172
        },
        {
            "start": 839304180,
            "stop": 839304205
        },
        {
            "start": 839304218,
            "stop": 839304241
        },
        {
            "start": 839304243,
            "stop": 839304320
        },
        {
            "start": 839305275,
            "stop": 839305389
        },
        {
            "start": 839305390,
            "stop": 839305514
        },
        {
            "start": 839305530,
            "stop": 839305591
        },
        {
            "start": 839305599,
            "stop": 839305608
        },
        {
            "start": 839305617,
            "stop": 839305658
        },
        {
            "start": 839306654,
            "stop": 839337936
        },
        {
            "start": 839338882,
            "stop": 839340577
        },
        {
            "start": 839340792,
            "stop": 839342264
        },
        {
            "start": 839344262,
            "stop": 839347371
        }
    ]
}