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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=256",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=254",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 255,
    "results": [
        {
            "start": 821682399,
            "stop": 821682404
        },
        {
            "start": 821682410,
            "stop": 821682426
        },
        {
            "start": 821682429,
            "stop": 821682450
        },
        {
            "start": 821682457,
            "stop": 821682464
        },
        {
            "start": 821682467,
            "stop": 821682468
        },
        {
            "start": 821682471,
            "stop": 821682473
        },
        {
            "start": 821682478,
            "stop": 821682480
        },
        {
            "start": 821682485,
            "stop": 821682496
        },
        {
            "start": 821682502,
            "stop": 821682510
        },
        {
            "start": 821682516,
            "stop": 821682519
        },
        {
            "start": 821682522,
            "stop": 821682526
        },
        {
            "start": 821682529,
            "stop": 821682537
        },
        {
            "start": 821682540,
            "stop": 821682542
        },
        {
            "start": 821682545,
            "stop": 821682559
        },
        {
            "start": 821682562,
            "stop": 821682564
        },
        {
            "start": 821682567,
            "stop": 821682568
        },
        {
            "start": 821682571,
            "stop": 821682584
        },
        {
            "start": 821682588,
            "stop": 821682595
        },
        {
            "start": 821682598,
            "stop": 821682600
        },
        {
            "start": 821682603,
            "stop": 821682604
        }
    ]
}