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=4665
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=4666",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4664",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4665,
    "results": [
        {
            "start": 874298490,
            "stop": 874298512
        },
        {
            "start": 874298531,
            "stop": 874298547
        },
        {
            "start": 874298570,
            "stop": 874298571
        },
        {
            "start": 874298637,
            "stop": 874298698
        },
        {
            "start": 874298721,
            "stop": 874298749
        },
        {
            "start": 874298784,
            "stop": 874298911
        },
        {
            "start": 874298931,
            "stop": 874298968
        },
        {
            "start": 874298987,
            "stop": 874299010
        },
        {
            "start": 874299054,
            "stop": 874299075
        },
        {
            "start": 874299095,
            "stop": 874299131
        },
        {
            "start": 874299159,
            "stop": 874299221
        },
        {
            "start": 874299245,
            "stop": 874299450
        },
        {
            "start": 874299470,
            "stop": 874299496
        },
        {
            "start": 874299515,
            "stop": 874299543
        },
        {
            "start": 874299562,
            "stop": 874299572
        },
        {
            "start": 874299592,
            "stop": 874299696
        },
        {
            "start": 874299730,
            "stop": 874299813
        },
        {
            "start": 874299832,
            "stop": 874299931
        },
        {
            "start": 874299950,
            "stop": 874299967
        },
        {
            "start": 874299986,
            "stop": 874300154
        }
    ]
}