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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=27",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 28,
    "results": [
        {
            "start": 1400422722,
            "stop": 1400422840
        },
        {
            "start": 1400428963,
            "stop": 1400429437
        },
        {
            "start": 1400429443,
            "stop": 1400429729
        },
        {
            "start": 1400429736,
            "stop": 1400429780
        },
        {
            "start": 1400433619,
            "stop": 1400434794
        },
        {
            "start": 1400434799,
            "stop": 1400436184
        },
        {
            "start": 1400436188,
            "stop": 1400438276
        },
        {
            "start": 1400443847,
            "stop": 1400451296
        },
        {
            "start": 1400451302,
            "stop": 1400451577
        },
        {
            "start": 1400452388,
            "stop": 1400457619
        },
        {
            "start": 1400457626,
            "stop": 1400459391
        },
        {
            "start": 1400459398,
            "stop": 1400464638
        },
        {
            "start": 1400464644,
            "stop": 1400469423
        },
        {
            "start": 1400469428,
            "stop": 1400482910
        },
        {
            "start": 1400482915,
            "stop": 1400486842
        },
        {
            "start": 1400486848,
            "stop": 1400491988
        },
        {
            "start": 1400491995,
            "stop": 1400504580
        },
        {
            "start": 1400504585,
            "stop": 1400506540
        },
        {
            "start": 1400506545,
            "stop": 1400513417
        },
        {
            "start": 1400527239,
            "stop": 1400530249
        }
    ]
}