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=230
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=231",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=229",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 230,
    "results": [
        {
            "start": 820566738,
            "stop": 820566746
        },
        {
            "start": 820566754,
            "stop": 820566918
        },
        {
            "start": 820566925,
            "stop": 820568321
        },
        {
            "start": 820568328,
            "stop": 820570476
        },
        {
            "start": 820570483,
            "stop": 820571894
        },
        {
            "start": 820571908,
            "stop": 820571936
        },
        {
            "start": 820571943,
            "stop": 820573637
        },
        {
            "start": 820573644,
            "stop": 820574298
        },
        {
            "start": 820574311,
            "stop": 820574451
        },
        {
            "start": 820574459,
            "stop": 820574763
        },
        {
            "start": 820574771,
            "stop": 820575351
        },
        {
            "start": 820575358,
            "stop": 820577199
        },
        {
            "start": 820577206,
            "stop": 820577760
        },
        {
            "start": 820577823,
            "stop": 820578679
        },
        {
            "start": 820578686,
            "stop": 820578840
        },
        {
            "start": 820578848,
            "stop": 820580378
        },
        {
            "start": 820580385,
            "stop": 820580668
        },
        {
            "start": 820580675,
            "stop": 820580877
        },
        {
            "start": 820580884,
            "stop": 820582124
        },
        {
            "start": 820582139,
            "stop": 820582312
        }
    ]
}