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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14164",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14162",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14163,
    "results": [
        {
            "start": 971165797,
            "stop": 971165798
        },
        {
            "start": 971165801,
            "stop": 971165804
        },
        {
            "start": 971165812,
            "stop": 971165815
        },
        {
            "start": 971165818,
            "stop": 971165820
        },
        {
            "start": 971165822,
            "stop": 971165824
        },
        {
            "start": 971165828,
            "stop": 971165833
        },
        {
            "start": 971165834,
            "stop": 971165837
        },
        {
            "start": 971165838,
            "stop": 971165847
        },
        {
            "start": 971165848,
            "stop": 971165849
        },
        {
            "start": 971165851,
            "stop": 971165853
        },
        {
            "start": 971165857,
            "stop": 971165860
        },
        {
            "start": 971165873,
            "stop": 971165875
        },
        {
            "start": 971165878,
            "stop": 971165883
        },
        {
            "start": 971165886,
            "stop": 971165889
        },
        {
            "start": 971165898,
            "stop": 971165904
        },
        {
            "start": 971165911,
            "stop": 971165918
        },
        {
            "start": 971165920,
            "stop": 971165927
        },
        {
            "start": 971165929,
            "stop": 971165930
        },
        {
            "start": 971165931,
            "stop": 971165935
        },
        {
            "start": 971165939,
            "stop": 971165943
        }
    ]
}