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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=603",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=601",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 602,
    "results": [
        {
            "start": 1262928696,
            "stop": 1262928753
        },
        {
            "start": 1262928756,
            "stop": 1262928970
        },
        {
            "start": 1262928973,
            "stop": 1262929018
        },
        {
            "start": 1262929021,
            "stop": 1262929027
        },
        {
            "start": 1262929030,
            "stop": 1262929036
        },
        {
            "start": 1262929039,
            "stop": 1262929101
        },
        {
            "start": 1262929104,
            "stop": 1262929119
        },
        {
            "start": 1262929122,
            "stop": 1262929146
        },
        {
            "start": 1262929149,
            "stop": 1262929159
        },
        {
            "start": 1262929162,
            "stop": 1262929173
        },
        {
            "start": 1262929176,
            "stop": 1262929186
        },
        {
            "start": 1262929189,
            "stop": 1262929196
        },
        {
            "start": 1262929199,
            "stop": 1262929203
        },
        {
            "start": 1262929206,
            "stop": 1262929269
        },
        {
            "start": 1262929272,
            "stop": 1262929395
        },
        {
            "start": 1262929398,
            "stop": 1262929461
        },
        {
            "start": 1262929464,
            "stop": 1262929635
        },
        {
            "start": 1262929638,
            "stop": 1262929733
        },
        {
            "start": 1262929736,
            "stop": 1262929780
        },
        {
            "start": 1262929783,
            "stop": 1262929849
        }
    ]
}