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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1862",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1860",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1861,
    "results": [
        {
            "start": 844112196,
            "stop": 844118902
        },
        {
            "start": 844119151,
            "stop": 844119323
        },
        {
            "start": 844119325,
            "stop": 844120677
        },
        {
            "start": 844120680,
            "stop": 844120683
        },
        {
            "start": 844120686,
            "stop": 844120689
        },
        {
            "start": 844120693,
            "stop": 844120699
        },
        {
            "start": 844120702,
            "stop": 844120710
        },
        {
            "start": 844120713,
            "stop": 844120716
        },
        {
            "start": 844120719,
            "stop": 844120720
        },
        {
            "start": 844121064,
            "stop": 844121917
        },
        {
            "start": 844122217,
            "stop": 844122686
        },
        {
            "start": 844122796,
            "stop": 844123424
        },
        {
            "start": 844123724,
            "stop": 844126560
        },
        {
            "start": 844126650,
            "stop": 844129062
        },
        {
            "start": 844129068,
            "stop": 844129085
        },
        {
            "start": 844129090,
            "stop": 844144207
        },
        {
            "start": 844144213,
            "stop": 844144217
        },
        {
            "start": 844144225,
            "stop": 844183010
        },
        {
            "start": 844183310,
            "stop": 844190310
        },
        {
            "start": 844190315,
            "stop": 844196725
        }
    ]
}