Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=268
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=269",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=267",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 268,
    "results": [
        {
            "start": 931613096,
            "stop": 931613126
        },
        {
            "start": 931613128,
            "stop": 931613397
        },
        {
            "start": 931613399,
            "stop": 931613416
        },
        {
            "start": 931613417,
            "stop": 931613432
        },
        {
            "start": 931613433,
            "stop": 931613580
        },
        {
            "start": 931613581,
            "stop": 931613585
        },
        {
            "start": 931613586,
            "stop": 931613681
        },
        {
            "start": 931613684,
            "stop": 931613733
        },
        {
            "start": 931613735,
            "stop": 931613756
        },
        {
            "start": 931613757,
            "stop": 931613782
        },
        {
            "start": 931613783,
            "stop": 931613818
        },
        {
            "start": 931613820,
            "stop": 931613868
        },
        {
            "start": 931613871,
            "stop": 931613874
        },
        {
            "start": 931613877,
            "stop": 931613889
        },
        {
            "start": 931613890,
            "stop": 931613892
        },
        {
            "start": 931613893,
            "stop": 931613895
        },
        {
            "start": 931613896,
            "stop": 931613898
        },
        {
            "start": 931613902,
            "stop": 931613906
        },
        {
            "start": 931613908,
            "stop": 931613929
        },
        {
            "start": 931613931,
            "stop": 931613995
        }
    ]
}