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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4722",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4720",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4721,
    "results": [
        {
            "start": 874434172,
            "stop": 874434179
        },
        {
            "start": 874434220,
            "stop": 874434226
        },
        {
            "start": 874434257,
            "stop": 874434360
        },
        {
            "start": 874434496,
            "stop": 874434503
        },
        {
            "start": 874434524,
            "stop": 874434594
        },
        {
            "start": 874434660,
            "stop": 874434701
        },
        {
            "start": 874434720,
            "stop": 874434771
        },
        {
            "start": 874434798,
            "stop": 874434806
        },
        {
            "start": 874434825,
            "stop": 874434856
        },
        {
            "start": 874434876,
            "stop": 874434921
        },
        {
            "start": 874434940,
            "stop": 874434948
        },
        {
            "start": 874434967,
            "stop": 874435026
        },
        {
            "start": 874435045,
            "stop": 874435050
        },
        {
            "start": 874435072,
            "stop": 874435075
        },
        {
            "start": 874435094,
            "stop": 874435300
        },
        {
            "start": 874435320,
            "stop": 874435359
        },
        {
            "start": 874435384,
            "stop": 874435500
        },
        {
            "start": 874435560,
            "stop": 874435564
        },
        {
            "start": 874435583,
            "stop": 874435727
        },
        {
            "start": 874435747,
            "stop": 874435771
        }
    ]
}