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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7289",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7287",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7288,
    "results": [
        {
            "start": 875046323,
            "stop": 875046364
        },
        {
            "start": 875046366,
            "stop": 875046387
        },
        {
            "start": 875046389,
            "stop": 875046413
        },
        {
            "start": 875046415,
            "stop": 875046433
        },
        {
            "start": 875046434,
            "stop": 875046449
        },
        {
            "start": 875046450,
            "stop": 875046476
        },
        {
            "start": 875046477,
            "stop": 875046497
        },
        {
            "start": 875046499,
            "stop": 875046508
        },
        {
            "start": 875046509,
            "stop": 875046523
        },
        {
            "start": 875046525,
            "stop": 875046532
        },
        {
            "start": 875046533,
            "stop": 875046585
        },
        {
            "start": 875046586,
            "stop": 875046594
        },
        {
            "start": 875046595,
            "stop": 875046602
        },
        {
            "start": 875046603,
            "stop": 875046631
        },
        {
            "start": 875046633,
            "stop": 875046654
        },
        {
            "start": 875046656,
            "stop": 875046701
        },
        {
            "start": 875046702,
            "stop": 875046775
        },
        {
            "start": 875046777,
            "stop": 875046796
        },
        {
            "start": 875046798,
            "stop": 875046802
        },
        {
            "start": 875046803,
            "stop": 875046821
        }
    ]
}