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=155
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=156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=154",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 155,
    "results": [
        {
            "start": 819994690,
            "stop": 819994756
        },
        {
            "start": 819994765,
            "stop": 819995071
        },
        {
            "start": 819995078,
            "stop": 819995332
        },
        {
            "start": 819995339,
            "stop": 819995538
        },
        {
            "start": 819995545,
            "stop": 819995611
        },
        {
            "start": 819995618,
            "stop": 819995633
        },
        {
            "start": 819995640,
            "stop": 819995758
        },
        {
            "start": 819995765,
            "stop": 819996675
        },
        {
            "start": 819996683,
            "stop": 819997022
        },
        {
            "start": 819997030,
            "stop": 819997050
        },
        {
            "start": 819997057,
            "stop": 819997721
        },
        {
            "start": 819997734,
            "stop": 819997854
        },
        {
            "start": 819997861,
            "stop": 819998136
        },
        {
            "start": 819998149,
            "stop": 819998407
        },
        {
            "start": 819998414,
            "stop": 819998498
        },
        {
            "start": 819998506,
            "stop": 819998589
        },
        {
            "start": 819998597,
            "stop": 819998930
        },
        {
            "start": 819998937,
            "stop": 819998941
        },
        {
            "start": 819998948,
            "stop": 819999000
        },
        {
            "start": 819999060,
            "stop": 819999110
        }
    ]
}