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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=421",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=419",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 420,
    "results": [
        {
            "start": 1264372458,
            "stop": 1264372507
        },
        {
            "start": 1264372508,
            "stop": 1264372509
        },
        {
            "start": 1264372510,
            "stop": 1264372514
        },
        {
            "start": 1264372517,
            "stop": 1264372526
        },
        {
            "start": 1264372528,
            "stop": 1264372562
        },
        {
            "start": 1264372563,
            "stop": 1264372565
        },
        {
            "start": 1264372566,
            "stop": 1264372567
        },
        {
            "start": 1264372568,
            "stop": 1264372608
        },
        {
            "start": 1264372609,
            "stop": 1264372638
        },
        {
            "start": 1264372640,
            "stop": 1264372647
        },
        {
            "start": 1264372648,
            "stop": 1264372681
        },
        {
            "start": 1264372682,
            "stop": 1264372689
        },
        {
            "start": 1264372691,
            "stop": 1264372730
        },
        {
            "start": 1264372733,
            "stop": 1264372748
        },
        {
            "start": 1264372750,
            "stop": 1264372837
        },
        {
            "start": 1264372838,
            "stop": 1264372875
        },
        {
            "start": 1264372877,
            "stop": 1264372878
        },
        {
            "start": 1264372881,
            "stop": 1264372910
        },
        {
            "start": 1264372914,
            "stop": 1264372926
        },
        {
            "start": 1264372927,
            "stop": 1264372953
        }
    ]
}