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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7228",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7226",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7227,
    "results": [
        {
            "start": 874747355,
            "stop": 874747734
        },
        {
            "start": 874747736,
            "stop": 874748032
        },
        {
            "start": 874748033,
            "stop": 874748192
        },
        {
            "start": 874748193,
            "stop": 874748652
        },
        {
            "start": 874748653,
            "stop": 874749607
        },
        {
            "start": 874749608,
            "stop": 874749751
        },
        {
            "start": 874749752,
            "stop": 874749909
        },
        {
            "start": 874749910,
            "stop": 874750050
        },
        {
            "start": 874750051,
            "stop": 874750086
        },
        {
            "start": 874750088,
            "stop": 874750288
        },
        {
            "start": 874750290,
            "stop": 874751707
        },
        {
            "start": 874751708,
            "stop": 874751749
        },
        {
            "start": 874751751,
            "stop": 874751776
        },
        {
            "start": 874751777,
            "stop": 874751924
        },
        {
            "start": 874751925,
            "stop": 874752082
        },
        {
            "start": 874752083,
            "stop": 874752211
        },
        {
            "start": 874752213,
            "stop": 874753507
        },
        {
            "start": 874753508,
            "stop": 874753837
        },
        {
            "start": 874753839,
            "stop": 874753942
        },
        {
            "start": 874753943,
            "stop": 874754145
        }
    ]
}