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=2085
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=2086",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2084",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2085,
    "results": [
        {
            "start": 863471380,
            "stop": 863471410
        },
        {
            "start": 863471415,
            "stop": 863471422
        },
        {
            "start": 863471428,
            "stop": 863471717
        },
        {
            "start": 863471725,
            "stop": 863472374
        },
        {
            "start": 863475233,
            "stop": 863475352
        },
        {
            "start": 863475358,
            "stop": 863475377
        },
        {
            "start": 863475383,
            "stop": 863476274
        },
        {
            "start": 863477797,
            "stop": 863481887
        },
        {
            "start": 863481893,
            "stop": 863481910
        },
        {
            "start": 863481918,
            "stop": 863484763
        },
        {
            "start": 863485061,
            "stop": 863485996
        },
        {
            "start": 863486690,
            "stop": 863486895
        },
        {
            "start": 863487202,
            "stop": 863487907
        },
        {
            "start": 863487913,
            "stop": 863511930
        },
        {
            "start": 863511990,
            "stop": 863525795
        },
        {
            "start": 863525800,
            "stop": 863528912
        },
        {
            "start": 863529029,
            "stop": 863531087
        },
        {
            "start": 863531093,
            "stop": 863532182
        },
        {
            "start": 863533168,
            "stop": 863534878
        },
        {
            "start": 863536030,
            "stop": 863539877
        }
    ]
}