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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=719",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=717",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 718,
    "results": [
        {
            "start": 830393697,
            "stop": 830393731
        },
        {
            "start": 830393735,
            "stop": 830393754
        },
        {
            "start": 830393764,
            "stop": 830393775
        },
        {
            "start": 830393782,
            "stop": 830393787
        },
        {
            "start": 830393793,
            "stop": 830393840
        },
        {
            "start": 830393843,
            "stop": 830393844
        },
        {
            "start": 830393847,
            "stop": 830393869
        },
        {
            "start": 830394246,
            "stop": 830394296
        },
        {
            "start": 830394299,
            "stop": 830394306
        },
        {
            "start": 830394310,
            "stop": 830394321
        },
        {
            "start": 830394326,
            "stop": 830394411
        },
        {
            "start": 830394414,
            "stop": 830394468
        },
        {
            "start": 830394578,
            "stop": 830394699
        },
        {
            "start": 830394708,
            "stop": 830394820
        },
        {
            "start": 830394826,
            "stop": 830394828
        },
        {
            "start": 830394831,
            "stop": 830394854
        },
        {
            "start": 830394857,
            "stop": 830394869
        },
        {
            "start": 830394872,
            "stop": 830394890
        },
        {
            "start": 830394894,
            "stop": 830394956
        },
        {
            "start": 830394959,
            "stop": 830394976
        }
    ]
}