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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8256",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8257,
    "results": [
        {
            "start": 873820837,
            "stop": 873820960
        },
        {
            "start": 873820980,
            "stop": 873821002
        },
        {
            "start": 873821021,
            "stop": 873821045
        },
        {
            "start": 873821068,
            "stop": 873821114
        },
        {
            "start": 873821157,
            "stop": 873821161
        },
        {
            "start": 873821208,
            "stop": 873821269
        },
        {
            "start": 873821340,
            "stop": 873821399
        },
        {
            "start": 873821433,
            "stop": 873821454
        },
        {
            "start": 873821513,
            "stop": 873821525
        },
        {
            "start": 873821545,
            "stop": 873821572
        },
        {
            "start": 873821640,
            "stop": 873821659
        },
        {
            "start": 873821682,
            "stop": 873821816
        },
        {
            "start": 873821839,
            "stop": 873821887
        },
        {
            "start": 873825419,
            "stop": 873825434
        },
        {
            "start": 873825473,
            "stop": 873825504
        },
        {
            "start": 873825521,
            "stop": 873825833
        },
        {
            "start": 873825861,
            "stop": 873825871
        },
        {
            "start": 873825890,
            "stop": 873825916
        },
        {
            "start": 873825935,
            "stop": 873825977
        },
        {
            "start": 873826003,
            "stop": 873826133
        }
    ]
}