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=3136
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=3137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3135",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3136,
    "results": [
        {
            "start": 868386860,
            "stop": 868387440
        },
        {
            "start": 868387500,
            "stop": 868387804
        },
        {
            "start": 868387806,
            "stop": 868388141
        },
        {
            "start": 868388143,
            "stop": 868388249
        },
        {
            "start": 868388252,
            "stop": 868388483
        },
        {
            "start": 868388485,
            "stop": 868388533
        },
        {
            "start": 868388662,
            "stop": 868388670
        },
        {
            "start": 868388790,
            "stop": 868388820
        },
        {
            "start": 868389045,
            "stop": 868389062
        },
        {
            "start": 868389064,
            "stop": 868389190
        },
        {
            "start": 868389328,
            "stop": 868389720
        },
        {
            "start": 868389780,
            "stop": 868389865
        },
        {
            "start": 868389868,
            "stop": 868389884
        },
        {
            "start": 868390065,
            "stop": 868390080
        },
        {
            "start": 868390200,
            "stop": 868390260
        },
        {
            "start": 868390320,
            "stop": 868390380
        },
        {
            "start": 868390381,
            "stop": 868390740
        },
        {
            "start": 868390860,
            "stop": 868391070
        },
        {
            "start": 868391130,
            "stop": 868391820
        },
        {
            "start": 868392268,
            "stop": 868392892
        }
    ]
}