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=293
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=294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=292",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 293,
    "results": [
        {
            "start": 821692521,
            "stop": 821692526
        },
        {
            "start": 821692529,
            "stop": 821692548
        },
        {
            "start": 821692551,
            "stop": 821692553
        },
        {
            "start": 821692561,
            "stop": 821692566
        },
        {
            "start": 821692574,
            "stop": 821692598
        },
        {
            "start": 821692604,
            "stop": 821692612
        },
        {
            "start": 821692615,
            "stop": 821692621
        },
        {
            "start": 821692624,
            "stop": 821692640
        },
        {
            "start": 821692643,
            "stop": 821692659
        },
        {
            "start": 821692663,
            "stop": 821692666
        },
        {
            "start": 821692669,
            "stop": 821692679
        },
        {
            "start": 821692682,
            "stop": 821692689
        },
        {
            "start": 821692693,
            "stop": 821692696
        },
        {
            "start": 821692702,
            "stop": 821692713
        },
        {
            "start": 821692717,
            "stop": 821692722
        },
        {
            "start": 821692725,
            "stop": 821692727
        },
        {
            "start": 821692730,
            "stop": 821692732
        },
        {
            "start": 821692735,
            "stop": 821692740
        },
        {
            "start": 821692745,
            "stop": 821692748
        },
        {
            "start": 821692751,
            "stop": 821692759
        }
    ]
}