Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=93
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=92",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 93,
    "results": [
        {
            "start": 817273116,
            "stop": 817273315
        },
        {
            "start": 817273318,
            "stop": 817273601
        },
        {
            "start": 817273604,
            "stop": 817274118
        },
        {
            "start": 817274121,
            "stop": 817274173
        },
        {
            "start": 817274177,
            "stop": 817274522
        },
        {
            "start": 817274525,
            "stop": 817274748
        },
        {
            "start": 817274751,
            "stop": 817274855
        },
        {
            "start": 817274858,
            "stop": 817274882
        },
        {
            "start": 817274886,
            "stop": 817274942
        },
        {
            "start": 817274945,
            "stop": 817274991
        },
        {
            "start": 817274994,
            "stop": 817275181
        },
        {
            "start": 817275184,
            "stop": 817275209
        },
        {
            "start": 817275749,
            "stop": 817275967
        },
        {
            "start": 817275970,
            "stop": 817276110
        },
        {
            "start": 817276113,
            "stop": 817276367
        },
        {
            "start": 817276370,
            "stop": 817276501
        },
        {
            "start": 817276504,
            "stop": 817276531
        },
        {
            "start": 817276534,
            "stop": 817276584
        },
        {
            "start": 817276587,
            "stop": 817276623
        },
        {
            "start": 817276627,
            "stop": 817276947
        }
    ]
}