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=4150
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=4151",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4149",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4150,
    "results": [
        {
            "start": 874303659,
            "stop": 874303826
        },
        {
            "start": 874303845,
            "stop": 874303902
        },
        {
            "start": 874303921,
            "stop": 874303954
        },
        {
            "start": 874303974,
            "stop": 874304029
        },
        {
            "start": 874304048,
            "stop": 874304189
        },
        {
            "start": 874304208,
            "stop": 874304361
        },
        {
            "start": 874304380,
            "stop": 874304544
        },
        {
            "start": 874304563,
            "stop": 874304571
        },
        {
            "start": 874304590,
            "stop": 874304723
        },
        {
            "start": 874304774,
            "stop": 874304794
        },
        {
            "start": 874304813,
            "stop": 874304956
        },
        {
            "start": 874305076,
            "stop": 874305148
        },
        {
            "start": 874305167,
            "stop": 874305429
        },
        {
            "start": 874305448,
            "stop": 874305510
        },
        {
            "start": 874305529,
            "stop": 874305571
        },
        {
            "start": 874305590,
            "stop": 874305599
        },
        {
            "start": 874305618,
            "stop": 874305630
        },
        {
            "start": 874305653,
            "stop": 874305665
        },
        {
            "start": 874305684,
            "stop": 874305692
        },
        {
            "start": 874305712,
            "stop": 874305771
        }
    ]
}