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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=34",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 35,
    "results": [
        {
            "start": 817167773,
            "stop": 817168454
        },
        {
            "start": 817168457,
            "stop": 817171460
        },
        {
            "start": 817171462,
            "stop": 817171759
        },
        {
            "start": 817198996,
            "stop": 817199124
        },
        {
            "start": 817199126,
            "stop": 817199939
        },
        {
            "start": 817199945,
            "stop": 817199965
        },
        {
            "start": 817199968,
            "stop": 817199971
        },
        {
            "start": 817199974,
            "stop": 817199975
        },
        {
            "start": 817199983,
            "stop": 817199986
        },
        {
            "start": 817199989,
            "stop": 817199998
        },
        {
            "start": 817200002,
            "stop": 817201553
        },
        {
            "start": 817201555,
            "stop": 817202434
        },
        {
            "start": 817203056,
            "stop": 817207258
        },
        {
            "start": 817207370,
            "stop": 817210517
        },
        {
            "start": 817210518,
            "stop": 817210670
        },
        {
            "start": 817210673,
            "stop": 817211988
        },
        {
            "start": 817214813,
            "stop": 817217288
        },
        {
            "start": 817217291,
            "stop": 817217293
        },
        {
            "start": 817217297,
            "stop": 817217304
        },
        {
            "start": 817217310,
            "stop": 817217311
        }
    ]
}