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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2067",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2065",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2066,
    "results": [
        {
            "start": 862141626,
            "stop": 862150598
        },
        {
            "start": 862150601,
            "stop": 862156692
        },
        {
            "start": 862156698,
            "stop": 862156702
        },
        {
            "start": 862156708,
            "stop": 862156710
        },
        {
            "start": 862156715,
            "stop": 862156717
        },
        {
            "start": 862156728,
            "stop": 862156740
        },
        {
            "start": 862156748,
            "stop": 862156775
        },
        {
            "start": 862156780,
            "stop": 862156822
        },
        {
            "start": 862156825,
            "stop": 862158440
        },
        {
            "start": 862159557,
            "stop": 862159628
        },
        {
            "start": 862159928,
            "stop": 862159957
        },
        {
            "start": 862160366,
            "stop": 862160575
        },
        {
            "start": 862160875,
            "stop": 862161320
        },
        {
            "start": 862161713,
            "stop": 862162792
        },
        {
            "start": 862162798,
            "stop": 862162864
        },
        {
            "start": 862162866,
            "stop": 862162867
        },
        {
            "start": 862162868,
            "stop": 862162875
        },
        {
            "start": 862162878,
            "stop": 862162932
        },
        {
            "start": 862162934,
            "stop": 862162935
        },
        {
            "start": 862162937,
            "stop": 862163044
        }
    ]
}