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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=173",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 174,
    "results": [
        {
            "start": 836355935,
            "stop": 836356453
        },
        {
            "start": 836358409,
            "stop": 836361824
        },
        {
            "start": 836363150,
            "stop": 836374936
        },
        {
            "start": 836377081,
            "stop": 836378772
        },
        {
            "start": 836378774,
            "stop": 836379062
        },
        {
            "start": 836380618,
            "stop": 836389353
        },
        {
            "start": 836389355,
            "stop": 836391253
        },
        {
            "start": 836393051,
            "stop": 836395933
        },
        {
            "start": 836397463,
            "stop": 836401486
        },
        {
            "start": 836401487,
            "stop": 836412243
        },
        {
            "start": 836413952,
            "stop": 836426566
        },
        {
            "start": 836432247,
            "stop": 836453893
        },
        {
            "start": 836454959,
            "stop": 836459653
        },
        {
            "start": 836460610,
            "stop": 836461281
        },
        {
            "start": 836462434,
            "stop": 836465099
        },
        {
            "start": 836466453,
            "stop": 836466561
        },
        {
            "start": 836466563,
            "stop": 836468293
        },
        {
            "start": 836471012,
            "stop": 836472300
        },
        {
            "start": 836474116,
            "stop": 836478282
        },
        {
            "start": 836479880,
            "stop": 836484790
        }
    ]
}