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=3659
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=3660",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3658",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3659,
    "results": [
        {
            "start": 970752034,
            "stop": 970752392
        },
        {
            "start": 970752395,
            "stop": 970752940
        },
        {
            "start": 970752941,
            "stop": 970753643
        },
        {
            "start": 970753646,
            "stop": 970753657
        },
        {
            "start": 970753660,
            "stop": 970753716
        },
        {
            "start": 970753719,
            "stop": 970753721
        },
        {
            "start": 970753724,
            "stop": 970753821
        },
        {
            "start": 970753825,
            "stop": 970753847
        },
        {
            "start": 970753850,
            "stop": 970753856
        },
        {
            "start": 970753859,
            "stop": 970754524
        },
        {
            "start": 970754527,
            "stop": 970754648
        },
        {
            "start": 970754651,
            "stop": 970754669
        },
        {
            "start": 970754670,
            "stop": 970755756
        },
        {
            "start": 970755759,
            "stop": 970756319
        },
        {
            "start": 970756320,
            "stop": 970757030
        },
        {
            "start": 970757033,
            "stop": 970757602
        },
        {
            "start": 970757605,
            "stop": 970757888
        },
        {
            "start": 970757889,
            "stop": 970758357
        },
        {
            "start": 970758362,
            "stop": 970758436
        },
        {
            "start": 970758439,
            "stop": 970758653
        }
    ]
}