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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8718",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8716",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8717,
    "results": [
        {
            "start": 872474240,
            "stop": 872475195
        },
        {
            "start": 872475212,
            "stop": 872475540
        },
        {
            "start": 872475600,
            "stop": 872475937
        },
        {
            "start": 872476178,
            "stop": 872476513
        },
        {
            "start": 872476648,
            "stop": 872477153
        },
        {
            "start": 872477273,
            "stop": 872477481
        },
        {
            "start": 872477498,
            "stop": 872479761
        },
        {
            "start": 872479762,
            "stop": 872480052
        },
        {
            "start": 872480172,
            "stop": 872481414
        },
        {
            "start": 872481431,
            "stop": 872481454
        },
        {
            "start": 872481574,
            "stop": 872483264
        },
        {
            "start": 872483445,
            "stop": 872483660
        },
        {
            "start": 872483780,
            "stop": 872485990
        },
        {
            "start": 872486008,
            "stop": 872490861
        },
        {
            "start": 872490981,
            "stop": 872493480
        },
        {
            "start": 872493540,
            "stop": 872496456
        },
        {
            "start": 872496473,
            "stop": 872498520
        },
        {
            "start": 872498580,
            "stop": 872498854
        },
        {
            "start": 872498871,
            "stop": 872504499
        },
        {
            "start": 872504516,
            "stop": 872504913
        }
    ]
}