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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9925",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9923",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9924,
    "results": [
        {
            "start": 874885363,
            "stop": 874886475
        },
        {
            "start": 874886492,
            "stop": 874886687
        },
        {
            "start": 874886807,
            "stop": 874886880
        },
        {
            "start": 874886940,
            "stop": 874887247
        },
        {
            "start": 874887367,
            "stop": 874887453
        },
        {
            "start": 874887573,
            "stop": 874887759
        },
        {
            "start": 874887949,
            "stop": 874888222
        },
        {
            "start": 874888342,
            "stop": 874888655
        },
        {
            "start": 874888672,
            "stop": 874888697
        },
        {
            "start": 874888714,
            "stop": 874888783
        },
        {
            "start": 874888800,
            "stop": 874889120
        },
        {
            "start": 874889137,
            "stop": 874889638
        },
        {
            "start": 874889655,
            "stop": 874889880
        },
        {
            "start": 874889940,
            "stop": 874890063
        },
        {
            "start": 874890080,
            "stop": 874890161
        },
        {
            "start": 874890178,
            "stop": 874890240
        },
        {
            "start": 874890300,
            "stop": 874891373
        },
        {
            "start": 874891390,
            "stop": 874891775
        },
        {
            "start": 874891792,
            "stop": 874893799
        },
        {
            "start": 874893947,
            "stop": 874894505
        }
    ]
}