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/H1_CBCHIGH_CAT4/segments?format=api&page=9867
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=9868",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9866",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9867,
    "results": [
        {
            "start": 874322460,
            "stop": 874323360
        },
        {
            "start": 874323420,
            "stop": 874325300
        },
        {
            "start": 874325317,
            "stop": 874325460
        },
        {
            "start": 874325520,
            "stop": 874326611
        },
        {
            "start": 874326628,
            "stop": 874327556
        },
        {
            "start": 874327573,
            "stop": 874328970
        },
        {
            "start": 874329090,
            "stop": 874329183
        },
        {
            "start": 874329200,
            "stop": 874331960
        },
        {
            "start": 874332112,
            "stop": 874332385
        },
        {
            "start": 874332540,
            "stop": 874332851
        },
        {
            "start": 874332971,
            "stop": 874332996
        },
        {
            "start": 874333015,
            "stop": 874333547
        },
        {
            "start": 874333564,
            "stop": 874335565
        },
        {
            "start": 874335685,
            "stop": 874336313
        },
        {
            "start": 874336330,
            "stop": 874336380
        },
        {
            "start": 874336440,
            "stop": 874336945
        },
        {
            "start": 874336962,
            "stop": 874337206
        },
        {
            "start": 874337223,
            "stop": 874337520
        },
        {
            "start": 874337580,
            "stop": 874337700
        },
        {
            "start": 874337760,
            "stop": 874337853
        }
    ]
}