Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8790
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8791",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8789",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8790,
    "results": [
        {
            "start": 873655826,
            "stop": 873655904
        },
        {
            "start": 873656068,
            "stop": 873656759
        },
        {
            "start": 873656880,
            "stop": 873657090
        },
        {
            "start": 873657599,
            "stop": 873657765
        },
        {
            "start": 873658068,
            "stop": 873658100
        },
        {
            "start": 873658580,
            "stop": 873658616
        },
        {
            "start": 873658916,
            "stop": 873659067
        },
        {
            "start": 873659367,
            "stop": 873659602
        },
        {
            "start": 873660020,
            "stop": 873660238
        },
        {
            "start": 873661134,
            "stop": 873661260
        },
        {
            "start": 873661695,
            "stop": 873662455
        },
        {
            "start": 873662610,
            "stop": 873662684
        },
        {
            "start": 873662865,
            "stop": 873663588
        },
        {
            "start": 873663708,
            "stop": 873664254
        },
        {
            "start": 873664271,
            "stop": 873664610
        },
        {
            "start": 873664690,
            "stop": 873665057
        },
        {
            "start": 873665170,
            "stop": 873665687
        },
        {
            "start": 873667332,
            "stop": 873667488
        },
        {
            "start": 873667528,
            "stop": 873668030
        },
        {
            "start": 873668452,
            "stop": 873668646
        }
    ]
}