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=432
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=433",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=431",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 432,
    "results": [
        {
            "start": 825605508,
            "stop": 825605666
        },
        {
            "start": 825605669,
            "stop": 825606126
        },
        {
            "start": 825606129,
            "stop": 825606835
        },
        {
            "start": 825607135,
            "stop": 825607182
        },
        {
            "start": 825607586,
            "stop": 825608016
        },
        {
            "start": 825608019,
            "stop": 825609390
        },
        {
            "start": 825610395,
            "stop": 825610681
        },
        {
            "start": 825610791,
            "stop": 825611447
        },
        {
            "start": 825611747,
            "stop": 825612619
        },
        {
            "start": 825612622,
            "stop": 825612740
        },
        {
            "start": 825612759,
            "stop": 825612762
        },
        {
            "start": 825612819,
            "stop": 825612843
        },
        {
            "start": 825612863,
            "stop": 825613153
        },
        {
            "start": 825613156,
            "stop": 825615025
        },
        {
            "start": 825617321,
            "stop": 825617992
        },
        {
            "start": 825617995,
            "stop": 825618207
        },
        {
            "start": 825618210,
            "stop": 825618489
        },
        {
            "start": 825618492,
            "stop": 825622892
        },
        {
            "start": 825622911,
            "stop": 825622947
        },
        {
            "start": 825622966,
            "stop": 825625513
        }
    ]
}