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=730
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=731",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=729",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 730,
    "results": [
        {
            "start": 830456514,
            "stop": 830459476
        },
        {
            "start": 830459479,
            "stop": 830460614
        },
        {
            "start": 830460738,
            "stop": 830460742
        },
        {
            "start": 830460745,
            "stop": 830460759
        },
        {
            "start": 830460771,
            "stop": 830460791
        },
        {
            "start": 830460799,
            "stop": 830460811
        },
        {
            "start": 830460815,
            "stop": 830460882
        },
        {
            "start": 830461182,
            "stop": 830461238
        },
        {
            "start": 830461246,
            "stop": 830461251
        },
        {
            "start": 830461256,
            "stop": 830461535
        },
        {
            "start": 830461645,
            "stop": 830461653
        },
        {
            "start": 830461953,
            "stop": 830462548
        },
        {
            "start": 830466401,
            "stop": 830466773
        },
        {
            "start": 830466792,
            "stop": 830466795
        },
        {
            "start": 830466819,
            "stop": 830466834
        },
        {
            "start": 830466851,
            "stop": 830466906
        },
        {
            "start": 830466950,
            "stop": 830466954
        },
        {
            "start": 830467013,
            "stop": 830467026
        },
        {
            "start": 830467950,
            "stop": 830467951
        },
        {
            "start": 830468496,
            "stop": 830468501
        }
    ]
}