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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=27",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 28,
    "results": [
        {
            "start": 816953554,
            "stop": 816953585
        },
        {
            "start": 816953588,
            "stop": 816953751
        },
        {
            "start": 816953754,
            "stop": 816955386
        },
        {
            "start": 816955389,
            "stop": 816962540
        },
        {
            "start": 816963358,
            "stop": 816967394
        },
        {
            "start": 816967397,
            "stop": 816969372
        },
        {
            "start": 816970965,
            "stop": 816971046
        },
        {
            "start": 816974803,
            "stop": 816977575
        },
        {
            "start": 816991143,
            "stop": 816991630
        },
        {
            "start": 816991634,
            "stop": 816991880
        },
        {
            "start": 816991884,
            "stop": 816992648
        },
        {
            "start": 816992652,
            "stop": 816993735
        },
        {
            "start": 816993738,
            "stop": 816995564
        },
        {
            "start": 816995567,
            "stop": 816995855
        },
        {
            "start": 816995858,
            "stop": 816995873
        },
        {
            "start": 816995876,
            "stop": 816997263
        },
        {
            "start": 816997265,
            "stop": 816997843
        },
        {
            "start": 816998084,
            "stop": 816998244
        },
        {
            "start": 816998247,
            "stop": 816998825
        },
        {
            "start": 816998829,
            "stop": 816999349
        }
    ]
}