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=184
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=185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=183",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 184,
    "results": [
        {
            "start": 818169955,
            "stop": 818169957
        },
        {
            "start": 818169962,
            "stop": 818169963
        },
        {
            "start": 818169966,
            "stop": 818169969
        },
        {
            "start": 818169989,
            "stop": 818169996
        },
        {
            "start": 818169999,
            "stop": 818170002
        },
        {
            "start": 818205685,
            "stop": 818205695
        },
        {
            "start": 818205702,
            "stop": 818205704
        },
        {
            "start": 818205721,
            "stop": 818205724
        },
        {
            "start": 818205727,
            "stop": 818205728
        },
        {
            "start": 818205733,
            "stop": 818205737
        },
        {
            "start": 818205745,
            "stop": 818205756
        },
        {
            "start": 818205759,
            "stop": 818205772
        },
        {
            "start": 818205775,
            "stop": 818205779
        },
        {
            "start": 818205783,
            "stop": 818205785
        },
        {
            "start": 818205788,
            "stop": 818205794
        },
        {
            "start": 818205797,
            "stop": 818205803
        },
        {
            "start": 818205806,
            "stop": 818205813
        },
        {
            "start": 818205816,
            "stop": 818205822
        },
        {
            "start": 818205825,
            "stop": 818205837
        },
        {
            "start": 818205841,
            "stop": 818205846
        }
    ]
}