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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=142",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 143,
    "results": [
        {
            "start": 819677324,
            "stop": 819677451
        },
        {
            "start": 819677458,
            "stop": 819678033
        },
        {
            "start": 819678040,
            "stop": 819678703
        },
        {
            "start": 819678884,
            "stop": 819678996
        },
        {
            "start": 819679003,
            "stop": 819679868
        },
        {
            "start": 819679875,
            "stop": 819682983
        },
        {
            "start": 819682990,
            "stop": 819687417
        },
        {
            "start": 819687466,
            "stop": 819690545
        },
        {
            "start": 819690552,
            "stop": 819696567
        },
        {
            "start": 819696575,
            "stop": 819697633
        },
        {
            "start": 819698755,
            "stop": 819702317
        },
        {
            "start": 819702318,
            "stop": 819706810
        },
        {
            "start": 819706817,
            "stop": 819707323
        },
        {
            "start": 819707504,
            "stop": 819710998
        },
        {
            "start": 819711005,
            "stop": 819711012
        },
        {
            "start": 819711019,
            "stop": 819711259
        },
        {
            "start": 819711260,
            "stop": 819712025
        },
        {
            "start": 819712032,
            "stop": 819712912
        },
        {
            "start": 819712919,
            "stop": 819713831
        },
        {
            "start": 819713839,
            "stop": 819715589
        }
    ]
}