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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=113",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 114,
    "results": [
        {
            "start": 931350483,
            "stop": 931350491
        },
        {
            "start": 931350493,
            "stop": 931350499
        },
        {
            "start": 931350501,
            "stop": 931350534
        },
        {
            "start": 931350535,
            "stop": 931350541
        },
        {
            "start": 931350543,
            "stop": 931350546
        },
        {
            "start": 931350548,
            "stop": 931350552
        },
        {
            "start": 931350554,
            "stop": 931350588
        },
        {
            "start": 931350590,
            "stop": 931350610
        },
        {
            "start": 931350611,
            "stop": 931350619
        },
        {
            "start": 931350620,
            "stop": 931350672
        },
        {
            "start": 931350673,
            "stop": 931350685
        },
        {
            "start": 931350687,
            "stop": 931350698
        },
        {
            "start": 931350700,
            "stop": 931350701
        },
        {
            "start": 931350703,
            "stop": 931350714
        },
        {
            "start": 931350717,
            "stop": 931350725
        },
        {
            "start": 931350727,
            "stop": 931350731
        },
        {
            "start": 931350733,
            "stop": 931350757
        },
        {
            "start": 931350759,
            "stop": 931350774
        },
        {
            "start": 931350776,
            "stop": 931350796
        },
        {
            "start": 931350798,
            "stop": 931350807
        }
    ]
}