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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3826",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3824",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3825,
    "results": [
        {
            "start": 874881478,
            "stop": 874882260
        },
        {
            "start": 874882380,
            "stop": 874883874
        },
        {
            "start": 874883891,
            "stop": 874883897
        },
        {
            "start": 874883914,
            "stop": 874885140
        },
        {
            "start": 874885363,
            "stop": 874886475
        },
        {
            "start": 874886492,
            "stop": 874886880
        },
        {
            "start": 874886940,
            "stop": 874887890
        },
        {
            "start": 874887894,
            "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": 874896720
        },
        {
            "start": 874896780,
            "stop": 874897068
        }
    ]
}