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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3612",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3610",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3611,
    "results": [
        {
            "start": 970470406,
            "stop": 970470428
        },
        {
            "start": 970470431,
            "stop": 970470442
        },
        {
            "start": 970470445,
            "stop": 970470477
        },
        {
            "start": 970470480,
            "stop": 970470547
        },
        {
            "start": 970470553,
            "stop": 970470574
        },
        {
            "start": 970470577,
            "stop": 970470586
        },
        {
            "start": 970470589,
            "stop": 970470601
        },
        {
            "start": 970470604,
            "stop": 970470608
        },
        {
            "start": 970470611,
            "stop": 970470623
        },
        {
            "start": 970470626,
            "stop": 970470635
        },
        {
            "start": 970470638,
            "stop": 970470641
        },
        {
            "start": 970470644,
            "stop": 970470655
        },
        {
            "start": 970470662,
            "stop": 970470665
        },
        {
            "start": 970470667,
            "stop": 970470671
        },
        {
            "start": 970470673,
            "stop": 970470699
        },
        {
            "start": 970470702,
            "stop": 970470719
        },
        {
            "start": 970470722,
            "stop": 970470804
        },
        {
            "start": 970470813,
            "stop": 970470827
        },
        {
            "start": 970470830,
            "stop": 970470833
        },
        {
            "start": 970470836,
            "stop": 970470847
        }
    ]
}