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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=133",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 134,
    "results": [
        {
            "start": 819204778,
            "stop": 819206105
        },
        {
            "start": 819206112,
            "stop": 819211050
        },
        {
            "start": 819211057,
            "stop": 819211273
        },
        {
            "start": 819211890,
            "stop": 819212873
        },
        {
            "start": 819212880,
            "stop": 819214684
        },
        {
            "start": 819214691,
            "stop": 819215540
        },
        {
            "start": 819215547,
            "stop": 819216104
        },
        {
            "start": 819216977,
            "stop": 819217724
        },
        {
            "start": 819217725,
            "stop": 819218035
        },
        {
            "start": 819218042,
            "stop": 819222168
        },
        {
            "start": 819222175,
            "stop": 819222468
        },
        {
            "start": 819222475,
            "stop": 819222945
        },
        {
            "start": 819222952,
            "stop": 819222953
        },
        {
            "start": 819222961,
            "stop": 819225707
        },
        {
            "start": 819225714,
            "stop": 819226607
        },
        {
            "start": 819227687,
            "stop": 819228486
        },
        {
            "start": 819228740,
            "stop": 819229153
        },
        {
            "start": 819229819,
            "stop": 819233844
        },
        {
            "start": 819233851,
            "stop": 819235861
        },
        {
            "start": 819235868,
            "stop": 819235937
        }
    ]
}