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=196
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=197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=195",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 196,
    "results": [
        {
            "start": 821665673,
            "stop": 821665680
        },
        {
            "start": 821665683,
            "stop": 821665688
        },
        {
            "start": 821665691,
            "stop": 821665707
        },
        {
            "start": 821665711,
            "stop": 821665713
        },
        {
            "start": 821665716,
            "stop": 821665734
        },
        {
            "start": 821665737,
            "stop": 821665744
        },
        {
            "start": 821665750,
            "stop": 821665776
        },
        {
            "start": 821665781,
            "stop": 821665783
        },
        {
            "start": 821665786,
            "stop": 821665793
        },
        {
            "start": 821665801,
            "stop": 821665802
        },
        {
            "start": 821665805,
            "stop": 821665818
        },
        {
            "start": 821665821,
            "stop": 821665825
        },
        {
            "start": 821665828,
            "stop": 821665841
        },
        {
            "start": 821665844,
            "stop": 821665858
        },
        {
            "start": 821665866,
            "stop": 821665874
        },
        {
            "start": 821665882,
            "stop": 821665900
        },
        {
            "start": 821665905,
            "stop": 821665918
        },
        {
            "start": 821665924,
            "stop": 821665932
        },
        {
            "start": 821665935,
            "stop": 821665953
        },
        {
            "start": 821665957,
            "stop": 821665968
        }
    ]
}