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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3777",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3775",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3776,
    "results": [
        {
            "start": 874302587,
            "stop": 874302945
        },
        {
            "start": 874302962,
            "stop": 874303036
        },
        {
            "start": 874303061,
            "stop": 874303097
        },
        {
            "start": 874303114,
            "stop": 874303258
        },
        {
            "start": 874303275,
            "stop": 874303327
        },
        {
            "start": 874303344,
            "stop": 874303957
        },
        {
            "start": 874303974,
            "stop": 874307177
        },
        {
            "start": 874307194,
            "stop": 874307779
        },
        {
            "start": 874307796,
            "stop": 874310096
        },
        {
            "start": 874310113,
            "stop": 874312435
        },
        {
            "start": 874312452,
            "stop": 874313167
        },
        {
            "start": 874314647,
            "stop": 874314720
        },
        {
            "start": 874315980,
            "stop": 874316040
        },
        {
            "start": 874318680,
            "stop": 874318740
        },
        {
            "start": 874320780,
            "stop": 874320840
        },
        {
            "start": 874320900,
            "stop": 874320923
        },
        {
            "start": 874320940,
            "stop": 874321020
        },
        {
            "start": 874321140,
            "stop": 874321320
        },
        {
            "start": 874321380,
            "stop": 874321920
        },
        {
            "start": 874321937,
            "stop": 874325300
        }
    ]
}