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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=531",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=529",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 530,
    "results": [
        {
            "start": 827867971,
            "stop": 827868853
        },
        {
            "start": 827869825,
            "stop": 827874124
        },
        {
            "start": 827874208,
            "stop": 827874314
        },
        {
            "start": 827874318,
            "stop": 827876353
        },
        {
            "start": 827877372,
            "stop": 827882096
        },
        {
            "start": 827883085,
            "stop": 827906172
        },
        {
            "start": 827906406,
            "stop": 827921713
        },
        {
            "start": 827923298,
            "stop": 827925629
        },
        {
            "start": 827925630,
            "stop": 827945805
        },
        {
            "start": 827947586,
            "stop": 827969871
        },
        {
            "start": 827970007,
            "stop": 827971432
        },
        {
            "start": 827973240,
            "stop": 827980679
        },
        {
            "start": 827981917,
            "stop": 827987161
        },
        {
            "start": 827987626,
            "stop": 827987822
        },
        {
            "start": 827988302,
            "stop": 828038085
        },
        {
            "start": 828040821,
            "stop": 828041293
        },
        {
            "start": 828042173,
            "stop": 828043513
        },
        {
            "start": 828043539,
            "stop": 828043541
        },
        {
            "start": 828043896,
            "stop": 828051547
        },
        {
            "start": 828051702,
            "stop": 828056101
        }
    ]
}