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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3176",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3177,
    "results": [
        {
            "start": 869958583,
            "stop": 869958600
        },
        {
            "start": 869958660,
            "stop": 869958900
        },
        {
            "start": 869958960,
            "stop": 869960520
        },
        {
            "start": 869960580,
            "stop": 869960820
        },
        {
            "start": 869960940,
            "stop": 869961060
        },
        {
            "start": 869961120,
            "stop": 869961180
        },
        {
            "start": 869961240,
            "stop": 869961540
        },
        {
            "start": 869961600,
            "stop": 869962083
        },
        {
            "start": 869962089,
            "stop": 869962098
        },
        {
            "start": 869962101,
            "stop": 869964044
        },
        {
            "start": 869964405,
            "stop": 869966880
        },
        {
            "start": 869966940,
            "stop": 869973660
        },
        {
            "start": 869973720,
            "stop": 869974380
        },
        {
            "start": 869974440,
            "stop": 869985032
        },
        {
            "start": 869985038,
            "stop": 869986914
        },
        {
            "start": 869987214,
            "stop": 869992033
        },
        {
            "start": 869993355,
            "stop": 869995940
        },
        {
            "start": 869995948,
            "stop": 869995980
        },
        {
            "start": 869996040,
            "stop": 870002400
        },
        {
            "start": 870002460,
            "stop": 870007392
        }
    ]
}