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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=158",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 159,
    "results": [
        {
            "start": 931780404,
            "stop": 931780422
        },
        {
            "start": 931780428,
            "stop": 931780450
        },
        {
            "start": 931780456,
            "stop": 931780639
        },
        {
            "start": 931780645,
            "stop": 931780657
        },
        {
            "start": 931780670,
            "stop": 931780678
        },
        {
            "start": 931780684,
            "stop": 931780687
        },
        {
            "start": 931780694,
            "stop": 931780706
        },
        {
            "start": 931780712,
            "stop": 931780779
        },
        {
            "start": 931780787,
            "stop": 931780868
        },
        {
            "start": 931780874,
            "stop": 931780894
        },
        {
            "start": 931780905,
            "stop": 931780925
        },
        {
            "start": 931780931,
            "stop": 931781059
        },
        {
            "start": 931781065,
            "stop": 931781069
        },
        {
            "start": 931781075,
            "stop": 931781110
        },
        {
            "start": 931781118,
            "stop": 931781123
        },
        {
            "start": 931781131,
            "stop": 931781146
        },
        {
            "start": 931781151,
            "stop": 931781174
        },
        {
            "start": 931781180,
            "stop": 931781308
        },
        {
            "start": 931781313,
            "stop": 931781319
        },
        {
            "start": 931781330,
            "stop": 931781345
        }
    ]
}