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=3631
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=3632",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3630",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3631,
    "results": [
        {
            "start": 970491089,
            "stop": 970491094
        },
        {
            "start": 970491098,
            "stop": 970491100
        },
        {
            "start": 970491103,
            "stop": 970491113
        },
        {
            "start": 970491120,
            "stop": 970491123
        },
        {
            "start": 970491131,
            "stop": 970491133
        },
        {
            "start": 970491136,
            "stop": 970491138
        },
        {
            "start": 970491143,
            "stop": 970491147
        },
        {
            "start": 970491150,
            "stop": 970491155
        },
        {
            "start": 970491158,
            "stop": 970491174
        },
        {
            "start": 970491178,
            "stop": 970491182
        },
        {
            "start": 970491187,
            "stop": 970491191
        },
        {
            "start": 970491194,
            "stop": 970491201
        },
        {
            "start": 970491204,
            "stop": 970491208
        },
        {
            "start": 970491211,
            "stop": 970491218
        },
        {
            "start": 970491234,
            "stop": 970491236
        },
        {
            "start": 970491241,
            "stop": 970491246
        },
        {
            "start": 970491250,
            "stop": 970491265
        },
        {
            "start": 970491268,
            "stop": 970491269
        },
        {
            "start": 970491272,
            "stop": 970491274
        },
        {
            "start": 970491280,
            "stop": 970491282
        }
    ]
}