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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=14",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 15,
    "results": [
        {
            "start": 816273445,
            "stop": 816273604
        },
        {
            "start": 816273607,
            "stop": 816273710
        },
        {
            "start": 816273718,
            "stop": 816273923
        },
        {
            "start": 816273927,
            "stop": 816273941
        },
        {
            "start": 816273944,
            "stop": 816274170
        },
        {
            "start": 816274177,
            "stop": 816274209
        },
        {
            "start": 816274214,
            "stop": 816274247
        },
        {
            "start": 816274251,
            "stop": 816274342
        },
        {
            "start": 816274345,
            "stop": 816274361
        },
        {
            "start": 816274379,
            "stop": 816274465
        },
        {
            "start": 816274469,
            "stop": 816274529
        },
        {
            "start": 816274532,
            "stop": 816274673
        },
        {
            "start": 816274676,
            "stop": 816274704
        },
        {
            "start": 816274710,
            "stop": 816274759
        },
        {
            "start": 816274763,
            "stop": 816274800
        },
        {
            "start": 816274920,
            "stop": 816274960
        },
        {
            "start": 816274973,
            "stop": 816274977
        },
        {
            "start": 816274986,
            "stop": 816275068
        },
        {
            "start": 816275072,
            "stop": 816275306
        },
        {
            "start": 816275311,
            "stop": 816275436
        }
    ]
}