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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40779",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40777",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40778,
    "results": [
        {
            "start": 874994440,
            "stop": 874994582
        },
        {
            "start": 874994584,
            "stop": 874994609
        },
        {
            "start": 874994610,
            "stop": 874994736
        },
        {
            "start": 874994738,
            "stop": 874994758
        },
        {
            "start": 874994759,
            "stop": 874994767
        },
        {
            "start": 874994769,
            "stop": 874994776
        },
        {
            "start": 874994778,
            "stop": 874994779
        },
        {
            "start": 874994780,
            "stop": 874994843
        },
        {
            "start": 874994844,
            "stop": 874994864
        },
        {
            "start": 874994866,
            "stop": 874994872
        },
        {
            "start": 874994874,
            "stop": 874994907
        },
        {
            "start": 874994908,
            "stop": 874994992
        },
        {
            "start": 874994993,
            "stop": 874995058
        },
        {
            "start": 874995059,
            "stop": 874995099
        },
        {
            "start": 874995100,
            "stop": 874995184
        },
        {
            "start": 874995185,
            "stop": 874995188
        },
        {
            "start": 874995189,
            "stop": 874995201
        },
        {
            "start": 874995203,
            "stop": 874995223
        },
        {
            "start": 874995224,
            "stop": 874995269
        },
        {
            "start": 874995270,
            "stop": 874995301
        }
    ]
}