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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3747",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3745",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3746,
    "results": [
        {
            "start": 971444739,
            "stop": 971445188
        },
        {
            "start": 971445191,
            "stop": 971445373
        },
        {
            "start": 971445376,
            "stop": 971445540
        },
        {
            "start": 971445543,
            "stop": 971445862
        },
        {
            "start": 971445865,
            "stop": 971445938
        },
        {
            "start": 971445942,
            "stop": 971446070
        },
        {
            "start": 971446073,
            "stop": 971446088
        },
        {
            "start": 971446094,
            "stop": 971446111
        },
        {
            "start": 971446118,
            "stop": 971446142
        },
        {
            "start": 971446148,
            "stop": 971446156
        },
        {
            "start": 971446276,
            "stop": 971446305
        },
        {
            "start": 971446308,
            "stop": 971446458
        },
        {
            "start": 971446461,
            "stop": 971446476
        },
        {
            "start": 971446482,
            "stop": 971446539
        },
        {
            "start": 971446545,
            "stop": 971446625
        },
        {
            "start": 971446628,
            "stop": 971446642
        },
        {
            "start": 971446647,
            "stop": 971446669
        },
        {
            "start": 971446672,
            "stop": 971446804
        },
        {
            "start": 971446808,
            "stop": 971446830
        },
        {
            "start": 971446833,
            "stop": 971446838
        }
    ]
}