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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3750",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3748",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3749,
    "results": [
        {
            "start": 971449028,
            "stop": 971449070
        },
        {
            "start": 971449075,
            "stop": 971449094
        },
        {
            "start": 971449097,
            "stop": 971449117
        },
        {
            "start": 971449120,
            "stop": 971449127
        },
        {
            "start": 971449136,
            "stop": 971449152
        },
        {
            "start": 971449155,
            "stop": 971449156
        },
        {
            "start": 971449396,
            "stop": 971449468
        },
        {
            "start": 971449472,
            "stop": 971449491
        },
        {
            "start": 971449495,
            "stop": 971449497
        },
        {
            "start": 971449508,
            "stop": 971449576
        },
        {
            "start": 971449640,
            "stop": 971449641
        },
        {
            "start": 971449645,
            "stop": 971449646
        },
        {
            "start": 971449649,
            "stop": 971449692
        },
        {
            "start": 971449695,
            "stop": 971449785
        },
        {
            "start": 971449788,
            "stop": 971449816
        },
        {
            "start": 971449879,
            "stop": 971449939
        },
        {
            "start": 971449942,
            "stop": 971449962
        },
        {
            "start": 971449977,
            "stop": 971450058
        },
        {
            "start": 971450061,
            "stop": 971450062
        },
        {
            "start": 971450068,
            "stop": 971450069
        }
    ]
}