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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=408",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=406",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 407,
    "results": [
        {
            "start": 821502555,
            "stop": 821502564
        },
        {
            "start": 821502583,
            "stop": 821502620
        },
        {
            "start": 821502639,
            "stop": 821502686
        },
        {
            "start": 821502689,
            "stop": 821502861
        },
        {
            "start": 821502864,
            "stop": 821502882
        },
        {
            "start": 821503066,
            "stop": 821503123
        },
        {
            "start": 821503126,
            "stop": 821503172
        },
        {
            "start": 821503175,
            "stop": 821503189
        },
        {
            "start": 821503192,
            "stop": 821503231
        },
        {
            "start": 821503234,
            "stop": 821503312
        },
        {
            "start": 821503315,
            "stop": 821503394
        },
        {
            "start": 821503397,
            "stop": 821503467
        },
        {
            "start": 821503470,
            "stop": 821503496
        },
        {
            "start": 821503499,
            "stop": 821503519
        },
        {
            "start": 821503523,
            "stop": 821503633
        },
        {
            "start": 821503637,
            "stop": 821503719
        },
        {
            "start": 821503769,
            "stop": 821503782
        },
        {
            "start": 821503785,
            "stop": 821503849
        },
        {
            "start": 821503852,
            "stop": 821503968
        },
        {
            "start": 821503971,
            "stop": 821504077
        }
    ]
}