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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=326",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=324",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 325,
    "results": [
        {
            "start": 1260328142,
            "stop": 1260328187
        },
        {
            "start": 1260328189,
            "stop": 1260328577
        },
        {
            "start": 1260328580,
            "stop": 1260328599
        },
        {
            "start": 1260328601,
            "stop": 1260328616
        },
        {
            "start": 1260328617,
            "stop": 1260328677
        },
        {
            "start": 1260328680,
            "stop": 1260328689
        },
        {
            "start": 1260328692,
            "stop": 1260329317
        },
        {
            "start": 1260329320,
            "stop": 1260330122
        },
        {
            "start": 1260330125,
            "stop": 1260330139
        },
        {
            "start": 1260330142,
            "stop": 1260330153
        },
        {
            "start": 1260330154,
            "stop": 1260330667
        },
        {
            "start": 1260330670,
            "stop": 1260330701
        },
        {
            "start": 1260330704,
            "stop": 1260330746
        },
        {
            "start": 1260330749,
            "stop": 1260330767
        },
        {
            "start": 1260330770,
            "stop": 1260330780
        },
        {
            "start": 1260330786,
            "stop": 1260331197
        },
        {
            "start": 1260331200,
            "stop": 1260331400
        },
        {
            "start": 1260331403,
            "stop": 1260332854
        },
        {
            "start": 1260332857,
            "stop": 1260333185
        },
        {
            "start": 1260333188,
            "stop": 1260334021
        }
    ]
}