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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4978",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4976",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4977,
    "results": [
        {
            "start": 874493844,
            "stop": 874493907
        },
        {
            "start": 874493914,
            "stop": 874493982
        },
        {
            "start": 874493990,
            "stop": 874494734
        },
        {
            "start": 874494741,
            "stop": 874494801
        },
        {
            "start": 874494808,
            "stop": 874495091
        },
        {
            "start": 874495098,
            "stop": 874495127
        },
        {
            "start": 874495134,
            "stop": 874495159
        },
        {
            "start": 874495166,
            "stop": 874495357
        },
        {
            "start": 874495364,
            "stop": 874496028
        },
        {
            "start": 874496035,
            "stop": 874496167
        },
        {
            "start": 874496180,
            "stop": 874496186
        },
        {
            "start": 874496194,
            "stop": 874496205
        },
        {
            "start": 874496212,
            "stop": 874496506
        },
        {
            "start": 874496513,
            "stop": 874496553
        },
        {
            "start": 874496566,
            "stop": 874496754
        },
        {
            "start": 874496766,
            "stop": 874496837
        },
        {
            "start": 874496850,
            "stop": 874496984
        },
        {
            "start": 874496992,
            "stop": 874497273
        },
        {
            "start": 874497281,
            "stop": 874497365
        },
        {
            "start": 874497373,
            "stop": 874497447
        }
    ]
}