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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=312",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=310",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 311,
    "results": [
        {
            "start": 818244681,
            "stop": 818244689
        },
        {
            "start": 818244697,
            "stop": 818244698
        },
        {
            "start": 818244701,
            "stop": 818244704
        },
        {
            "start": 818244724,
            "stop": 818244728
        },
        {
            "start": 818244733,
            "stop": 818244739
        },
        {
            "start": 818244744,
            "stop": 818244748
        },
        {
            "start": 818244751,
            "stop": 818244754
        },
        {
            "start": 818244779,
            "stop": 818244780
        },
        {
            "start": 818244785,
            "stop": 818244787
        },
        {
            "start": 818244792,
            "stop": 818244793
        },
        {
            "start": 818244796,
            "stop": 818244797
        },
        {
            "start": 818244800,
            "stop": 818244802
        },
        {
            "start": 818244805,
            "stop": 818244806
        },
        {
            "start": 818244817,
            "stop": 818244821
        },
        {
            "start": 818244842,
            "stop": 818244852
        },
        {
            "start": 818244863,
            "stop": 818244865
        },
        {
            "start": 818244872,
            "stop": 818244873
        },
        {
            "start": 818244888,
            "stop": 818244894
        },
        {
            "start": 818244904,
            "stop": 818244907
        },
        {
            "start": 818244910,
            "stop": 818244913
        }
    ]
}