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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4954",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4952",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4953,
    "results": [
        {
            "start": 874373256,
            "stop": 874373302
        },
        {
            "start": 874373342,
            "stop": 874373344
        },
        {
            "start": 874373363,
            "stop": 874373370
        },
        {
            "start": 874373396,
            "stop": 874373404
        },
        {
            "start": 874373423,
            "stop": 874373437
        },
        {
            "start": 874373476,
            "stop": 874373533
        },
        {
            "start": 874373552,
            "stop": 874373553
        },
        {
            "start": 874373595,
            "stop": 874373611
        },
        {
            "start": 874373630,
            "stop": 874373661
        },
        {
            "start": 874373693,
            "stop": 874373706
        },
        {
            "start": 874373741,
            "stop": 874373761
        },
        {
            "start": 874373780,
            "stop": 874373799
        },
        {
            "start": 874373846,
            "stop": 874373848
        },
        {
            "start": 874373867,
            "stop": 874373919
        },
        {
            "start": 874373938,
            "stop": 874373956
        },
        {
            "start": 874373975,
            "stop": 874374022
        },
        {
            "start": 874374044,
            "stop": 874374093
        },
        {
            "start": 874374115,
            "stop": 874374131
        },
        {
            "start": 874374162,
            "stop": 874374181
        },
        {
            "start": 874374201,
            "stop": 874374220
        }
    ]
}