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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=329",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=327",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 328,
    "results": [
        {
            "start": 856877562,
            "stop": 856900908
        },
        {
            "start": 856913978,
            "stop": 856987248
        },
        {
            "start": 856988561,
            "stop": 857022111
        },
        {
            "start": 857022383,
            "stop": 857094675
        },
        {
            "start": 857095537,
            "stop": 857162988
        },
        {
            "start": 857163125,
            "stop": 857169256
        },
        {
            "start": 857170484,
            "stop": 857232137
        },
        {
            "start": 857251150,
            "stop": 857258015
        },
        {
            "start": 857258374,
            "stop": 857262635
        },
        {
            "start": 857263073,
            "stop": 857264648
        },
        {
            "start": 857264989,
            "stop": 857268819
        },
        {
            "start": 857269210,
            "stop": 857308434
        },
        {
            "start": 857308975,
            "stop": 857321204
        },
        {
            "start": 857321382,
            "stop": 857335790
        },
        {
            "start": 857336119,
            "stop": 857358557
        },
        {
            "start": 857358560,
            "stop": 857359161
        },
        {
            "start": 857359165,
            "stop": 857362624
        },
        {
            "start": 857363924,
            "stop": 857366103
        },
        {
            "start": 857367553,
            "stop": 857402357
        },
        {
            "start": 857403321,
            "stop": 857406288
        }
    ]
}