Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=73
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=72",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 73,
    "results": [
        {
            "start": 931348369,
            "stop": 931348434
        },
        {
            "start": 931348436,
            "stop": 931348528
        },
        {
            "start": 931348529,
            "stop": 931348548
        },
        {
            "start": 931348550,
            "stop": 931348562
        },
        {
            "start": 931348563,
            "stop": 931348682
        },
        {
            "start": 931348684,
            "stop": 931348716
        },
        {
            "start": 931348718,
            "stop": 931348734
        },
        {
            "start": 931348736,
            "stop": 931348747
        },
        {
            "start": 931348749,
            "stop": 931348753
        },
        {
            "start": 931348755,
            "stop": 931348760
        },
        {
            "start": 931348762,
            "stop": 931348793
        },
        {
            "start": 931348795,
            "stop": 931348797
        },
        {
            "start": 931348799,
            "stop": 931348813
        },
        {
            "start": 931348815,
            "stop": 931348832
        },
        {
            "start": 931348834,
            "stop": 931348852
        },
        {
            "start": 931348854,
            "stop": 931348867
        },
        {
            "start": 931348869,
            "stop": 931348953
        },
        {
            "start": 931348955,
            "stop": 931348957
        },
        {
            "start": 931348959,
            "stop": 931348960
        },
        {
            "start": 931348967,
            "stop": 931348968
        }
    ]
}