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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=242",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 243,
    "results": [
        {
            "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
        },
        {
            "start": 821682607,
            "stop": 821682608
        },
        {
            "start": 821682611,
            "stop": 821682613
        },
        {
            "start": 821682619,
            "stop": 821682622
        },
        {
            "start": 821682628,
            "stop": 821682633
        },
        {
            "start": 821682636,
            "stop": 821682639
        },
        {
            "start": 821682642,
            "stop": 821682643
        }
    ]
}