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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=151",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 152,
    "results": [
        {
            "start": 820243244,
            "stop": 820243258
        },
        {
            "start": 820243261,
            "stop": 820243454
        },
        {
            "start": 820243457,
            "stop": 820243655
        },
        {
            "start": 820243658,
            "stop": 820243719
        },
        {
            "start": 820243722,
            "stop": 820243829
        },
        {
            "start": 820243833,
            "stop": 820244449
        },
        {
            "start": 820244453,
            "stop": 820244622
        },
        {
            "start": 820244626,
            "stop": 820244769
        },
        {
            "start": 820244772,
            "stop": 820245084
        },
        {
            "start": 820245087,
            "stop": 820245090
        },
        {
            "start": 820245093,
            "stop": 820245131
        },
        {
            "start": 820245134,
            "stop": 820245137
        },
        {
            "start": 820245140,
            "stop": 820245188
        },
        {
            "start": 820245191,
            "stop": 820245317
        },
        {
            "start": 820245320,
            "stop": 820245527
        },
        {
            "start": 820245531,
            "stop": 820245568
        },
        {
            "start": 820245571,
            "stop": 820245893
        },
        {
            "start": 820245896,
            "stop": 820245983
        },
        {
            "start": 820245986,
            "stop": 820246091
        },
        {
            "start": 820246095,
            "stop": 820246132
        }
    ]
}