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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=69",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 70,
    "results": [
        {
            "start": 931085543,
            "stop": 931085544
        },
        {
            "start": 931085545,
            "stop": 931085552
        },
        {
            "start": 931085553,
            "stop": 931085554
        },
        {
            "start": 931085555,
            "stop": 931085566
        },
        {
            "start": 931085567,
            "stop": 931085570
        },
        {
            "start": 931085574,
            "stop": 931085575
        },
        {
            "start": 931085579,
            "stop": 931085581
        },
        {
            "start": 931085582,
            "stop": 931085583
        },
        {
            "start": 931085584,
            "stop": 931085597
        },
        {
            "start": 931085600,
            "stop": 931085601
        },
        {
            "start": 931085606,
            "stop": 931085610
        },
        {
            "start": 931085611,
            "stop": 931085614
        },
        {
            "start": 931085615,
            "stop": 931085626
        },
        {
            "start": 931085629,
            "stop": 931085630
        },
        {
            "start": 931085634,
            "stop": 931085640
        },
        {
            "start": 931085641,
            "stop": 931085642
        },
        {
            "start": 931085643,
            "stop": 931085644
        },
        {
            "start": 931085645,
            "stop": 931085648
        },
        {
            "start": 931085649,
            "stop": 931085653
        },
        {
            "start": 931085655,
            "stop": 931085656
        }
    ]
}