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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41090",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41088",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41089,
    "results": [
        {
            "start": 875219203,
            "stop": 875219207
        },
        {
            "start": 875219208,
            "stop": 875219234
        },
        {
            "start": 875219235,
            "stop": 875219247
        },
        {
            "start": 875219249,
            "stop": 875219306
        },
        {
            "start": 875219307,
            "stop": 875219310
        },
        {
            "start": 875219312,
            "stop": 875219324
        },
        {
            "start": 875219325,
            "stop": 875219340
        },
        {
            "start": 875219341,
            "stop": 875219358
        },
        {
            "start": 875219359,
            "stop": 875219396
        },
        {
            "start": 875219398,
            "stop": 875219439
        },
        {
            "start": 875219440,
            "stop": 875219469
        },
        {
            "start": 875219470,
            "stop": 875219482
        },
        {
            "start": 875219483,
            "stop": 875219488
        },
        {
            "start": 875219489,
            "stop": 875219503
        },
        {
            "start": 875219505,
            "stop": 875219525
        },
        {
            "start": 875219526,
            "stop": 875219588
        },
        {
            "start": 875219590,
            "stop": 875219610
        },
        {
            "start": 875219611,
            "stop": 875219652
        },
        {
            "start": 875219654,
            "stop": 875219716
        },
        {
            "start": 875219718,
            "stop": 875219801
        }
    ]
}