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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=82",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 83,
    "results": [
        {
            "start": 816840470,
            "stop": 816840471
        },
        {
            "start": 816840506,
            "stop": 816840517
        },
        {
            "start": 816840543,
            "stop": 816840725
        },
        {
            "start": 816840745,
            "stop": 816840747
        },
        {
            "start": 816840767,
            "stop": 816840798
        },
        {
            "start": 816840817,
            "stop": 816840828
        },
        {
            "start": 816840930,
            "stop": 816841027
        },
        {
            "start": 816841055,
            "stop": 816841074
        },
        {
            "start": 816841140,
            "stop": 816841143
        },
        {
            "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": 816841746
        },
        {
            "start": 816841782,
            "stop": 816841789
        },
        {
            "start": 816841810,
            "stop": 816841816
        },
        {
            "start": 816841875,
            "stop": 816842030
        }
    ]
}