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=1886
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=1887",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1885",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1886,
    "results": [
        {
            "start": 846281278,
            "stop": 846281298
        },
        {
            "start": 846281301,
            "stop": 846282134
        },
        {
            "start": 846282137,
            "stop": 846282810
        },
        {
            "start": 846291108,
            "stop": 846293625
        },
        {
            "start": 846293633,
            "stop": 846293642
        },
        {
            "start": 846293650,
            "stop": 846293655
        },
        {
            "start": 846293660,
            "stop": 846293675
        },
        {
            "start": 846293680,
            "stop": 846312456
        },
        {
            "start": 846312513,
            "stop": 846324333
        },
        {
            "start": 846329075,
            "stop": 846332465
        },
        {
            "start": 846332892,
            "stop": 846340974
        },
        {
            "start": 846340977,
            "stop": 846341006
        },
        {
            "start": 846341014,
            "stop": 846341015
        },
        {
            "start": 846341018,
            "stop": 846341019
        },
        {
            "start": 846341207,
            "stop": 846342250
        },
        {
            "start": 846343900,
            "stop": 846344149
        },
        {
            "start": 846344490,
            "stop": 846344747
        },
        {
            "start": 846344750,
            "stop": 846345098
        },
        {
            "start": 846369424,
            "stop": 846369897
        },
        {
            "start": 846374761,
            "stop": 846377837
        }
    ]
}