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=3615
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=3616",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3614",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3615,
    "results": [
        {
            "start": 872152019,
            "stop": 872152028
        },
        {
            "start": 872152045,
            "stop": 872152186
        },
        {
            "start": 872152203,
            "stop": 872152298
        },
        {
            "start": 872152315,
            "stop": 872152665
        },
        {
            "start": 872152682,
            "stop": 872152685
        },
        {
            "start": 872152702,
            "stop": 872153890
        },
        {
            "start": 872153907,
            "stop": 872154165
        },
        {
            "start": 872154202,
            "stop": 872154724
        },
        {
            "start": 872154741,
            "stop": 872154788
        },
        {
            "start": 872154805,
            "stop": 872155436
        },
        {
            "start": 872155453,
            "stop": 872155566
        },
        {
            "start": 872155584,
            "stop": 872156030
        },
        {
            "start": 872156047,
            "stop": 872156185
        },
        {
            "start": 872156202,
            "stop": 872156239
        },
        {
            "start": 872156256,
            "stop": 872157628
        },
        {
            "start": 872157645,
            "stop": 872158447
        },
        {
            "start": 872158464,
            "stop": 872158502
        },
        {
            "start": 872158519,
            "stop": 872158680
        },
        {
            "start": 872158697,
            "stop": 872159185
        },
        {
            "start": 872159202,
            "stop": 872159337
        }
    ]
}