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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3588",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3586",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3587,
    "results": [
        {
            "start": 871846437,
            "stop": 871846605
        },
        {
            "start": 871846622,
            "stop": 871847460
        },
        {
            "start": 871847536,
            "stop": 871847555
        },
        {
            "start": 871847573,
            "stop": 871847846
        },
        {
            "start": 871847930,
            "stop": 871848904
        },
        {
            "start": 871848921,
            "stop": 871849493
        },
        {
            "start": 871849510,
            "stop": 871849520
        },
        {
            "start": 871849560,
            "stop": 871849779
        },
        {
            "start": 871849796,
            "stop": 871850203
        },
        {
            "start": 871850220,
            "stop": 871850269
        },
        {
            "start": 871850286,
            "stop": 871850325
        },
        {
            "start": 871850342,
            "stop": 871850400
        },
        {
            "start": 871850460,
            "stop": 871850481
        },
        {
            "start": 871850500,
            "stop": 871850580
        },
        {
            "start": 871850640,
            "stop": 871850831
        },
        {
            "start": 871850848,
            "stop": 871851135
        },
        {
            "start": 871851152,
            "stop": 871851282
        },
        {
            "start": 871851304,
            "stop": 871851310
        },
        {
            "start": 871851341,
            "stop": 871851514
        },
        {
            "start": 871851696,
            "stop": 871852740
        }
    ]
}