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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=316",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=314",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 315,
    "results": [
        {
            "start": 1240587398,
            "stop": 1240587432
        },
        {
            "start": 1240587433,
            "stop": 1240587439
        },
        {
            "start": 1240587442,
            "stop": 1240587471
        },
        {
            "start": 1240587472,
            "stop": 1240587483
        },
        {
            "start": 1240587486,
            "stop": 1240587610
        },
        {
            "start": 1240587614,
            "stop": 1240587628
        },
        {
            "start": 1240587629,
            "stop": 1240587633
        },
        {
            "start": 1240587634,
            "stop": 1240587645
        },
        {
            "start": 1240587646,
            "stop": 1240587653
        },
        {
            "start": 1240587654,
            "stop": 1240587686
        },
        {
            "start": 1240587688,
            "stop": 1240587699
        },
        {
            "start": 1240587700,
            "stop": 1240587707
        },
        {
            "start": 1240587708,
            "stop": 1240587716
        },
        {
            "start": 1240587717,
            "stop": 1240587722
        },
        {
            "start": 1240587723,
            "stop": 1240587729
        },
        {
            "start": 1240587730,
            "stop": 1240587740
        },
        {
            "start": 1240587741,
            "stop": 1240587748
        },
        {
            "start": 1240587749,
            "stop": 1240587910
        },
        {
            "start": 1240587911,
            "stop": 1240587916
        },
        {
            "start": 1240587917,
            "stop": 1240587953
        }
    ]
}