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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=119",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 120,
    "results": [
        {
            "start": 817553740,
            "stop": 817553751
        },
        {
            "start": 817553760,
            "stop": 817553813
        },
        {
            "start": 817553817,
            "stop": 817553823
        },
        {
            "start": 817553827,
            "stop": 817553833
        },
        {
            "start": 817553848,
            "stop": 817553936
        },
        {
            "start": 817553942,
            "stop": 817553945
        },
        {
            "start": 817553973,
            "stop": 817553975
        },
        {
            "start": 817553978,
            "stop": 817553983
        },
        {
            "start": 817554016,
            "stop": 817554022
        },
        {
            "start": 817554026,
            "stop": 817554032
        },
        {
            "start": 817554050,
            "stop": 817554070
        },
        {
            "start": 817554083,
            "stop": 817554089
        },
        {
            "start": 817554108,
            "stop": 817554255
        },
        {
            "start": 817554764,
            "stop": 817555114
        },
        {
            "start": 817555117,
            "stop": 817558111
        },
        {
            "start": 817558114,
            "stop": 817558160
        },
        {
            "start": 817558164,
            "stop": 817559354
        },
        {
            "start": 817559367,
            "stop": 817560983
        },
        {
            "start": 817561006,
            "stop": 817561021
        },
        {
            "start": 817561025,
            "stop": 817562046
        }
    ]
}