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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=170",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 171,
    "results": [
        {
            "start": 820179489,
            "stop": 820179526
        },
        {
            "start": 820179529,
            "stop": 820179774
        },
        {
            "start": 820179777,
            "stop": 820179901
        },
        {
            "start": 820179904,
            "stop": 820180158
        },
        {
            "start": 820180161,
            "stop": 820180279
        },
        {
            "start": 820180283,
            "stop": 820180353
        },
        {
            "start": 820180356,
            "stop": 820180376
        },
        {
            "start": 820180380,
            "stop": 820180382
        },
        {
            "start": 820180385,
            "stop": 820180445
        },
        {
            "start": 820180449,
            "stop": 820180639
        },
        {
            "start": 820180643,
            "stop": 820180771
        },
        {
            "start": 820180775,
            "stop": 820181139
        },
        {
            "start": 820181142,
            "stop": 820181212
        },
        {
            "start": 820181215,
            "stop": 820181233
        },
        {
            "start": 820181236,
            "stop": 820181270
        },
        {
            "start": 820181273,
            "stop": 820181279
        },
        {
            "start": 820181282,
            "stop": 820181336
        },
        {
            "start": 820181340,
            "stop": 820181369
        },
        {
            "start": 820181373,
            "stop": 820181375
        },
        {
            "start": 820181379,
            "stop": 820181419
        }
    ]
}