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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=81",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 82,
    "results": [
        {
            "start": 816841164,
            "stop": 816841288
        },
        {
            "start": 816841307,
            "stop": 816841367
        },
        {
            "start": 816841397,
            "stop": 816841421
        },
        {
            "start": 816841450,
            "stop": 816841492
        },
        {
            "start": 816841569,
            "stop": 816841581
        },
        {
            "start": 816841605,
            "stop": 816841610
        },
        {
            "start": 816841633,
            "stop": 816841694
        },
        {
            "start": 816841715,
            "stop": 816841740
        },
        {
            "start": 816841810,
            "stop": 816841816
        },
        {
            "start": 816841875,
            "stop": 816842030
        },
        {
            "start": 816842080,
            "stop": 816842124
        },
        {
            "start": 816842301,
            "stop": 816842316
        },
        {
            "start": 816842400,
            "stop": 816842481
        },
        {
            "start": 816842521,
            "stop": 816842573
        },
        {
            "start": 816842711,
            "stop": 816842805
        },
        {
            "start": 816842845,
            "stop": 816842862
        },
        {
            "start": 816842914,
            "stop": 816843001
        },
        {
            "start": 816843028,
            "stop": 816843071
        },
        {
            "start": 816843099,
            "stop": 816843109
        },
        {
            "start": 816843129,
            "stop": 816843163
        }
    ]
}