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=4250
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=4251",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4249",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4250,
    "results": [
        {
            "start": 874582291,
            "stop": 874582305
        },
        {
            "start": 874582324,
            "stop": 874582496
        },
        {
            "start": 874582515,
            "stop": 874582620
        },
        {
            "start": 874582640,
            "stop": 874583034
        },
        {
            "start": 874583053,
            "stop": 874583280
        },
        {
            "start": 874583299,
            "stop": 874583448
        },
        {
            "start": 874583467,
            "stop": 874583469
        },
        {
            "start": 874583488,
            "stop": 874583565
        },
        {
            "start": 874583585,
            "stop": 874583680
        },
        {
            "start": 874583717,
            "stop": 874584026
        },
        {
            "start": 874584045,
            "stop": 874584048
        },
        {
            "start": 874584067,
            "stop": 874584167
        },
        {
            "start": 874584186,
            "stop": 874584301
        },
        {
            "start": 874584320,
            "stop": 874584365
        },
        {
            "start": 874584384,
            "stop": 874584442
        },
        {
            "start": 874584461,
            "stop": 874584557
        },
        {
            "start": 874584576,
            "stop": 874584661
        },
        {
            "start": 874584680,
            "stop": 874584683
        },
        {
            "start": 874584702,
            "stop": 874584806
        },
        {
            "start": 874584826,
            "stop": 874584833
        }
    ]
}