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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=167",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 168,
    "results": [
        {
            "start": 931137032,
            "stop": 931137039
        },
        {
            "start": 931137040,
            "stop": 931137041
        },
        {
            "start": 931137043,
            "stop": 931137048
        },
        {
            "start": 931137049,
            "stop": 931137055
        },
        {
            "start": 931137056,
            "stop": 931137063
        },
        {
            "start": 931137071,
            "stop": 931137075
        },
        {
            "start": 931137078,
            "stop": 931137081
        },
        {
            "start": 931137082,
            "stop": 931137086
        },
        {
            "start": 931137087,
            "stop": 931137090
        },
        {
            "start": 931137091,
            "stop": 931137092
        },
        {
            "start": 931137093,
            "stop": 931137094
        },
        {
            "start": 931137095,
            "stop": 931137097
        },
        {
            "start": 931137099,
            "stop": 931137102
        },
        {
            "start": 931137104,
            "stop": 931137105
        },
        {
            "start": 931137107,
            "stop": 931137109
        },
        {
            "start": 931137110,
            "stop": 931137112
        },
        {
            "start": 931137115,
            "stop": 931137121
        },
        {
            "start": 931137122,
            "stop": 931137125
        },
        {
            "start": 931137126,
            "stop": 931137130
        },
        {
            "start": 931137133,
            "stop": 931137136
        }
    ]
}