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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT1/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT1/segments?format=api&page=2",
    "results_count": 545,
    "results_per_page": 20,
    "num_pages": 28,
    "page_number": 3,
    "results": [
        {
            "start": 1238966517,
            "stop": 1238971467
        },
        {
            "start": 1238973057,
            "stop": 1238979204
        },
        {
            "start": 1238981086,
            "stop": 1238987166
        },
        {
            "start": 1238990514,
            "stop": 1238993507
        },
        {
            "start": 1238993549,
            "stop": 1238995065
        },
        {
            "start": 1238996638,
            "stop": 1239007189
        },
        {
            "start": 1239009856,
            "stop": 1239010368
        },
        {
            "start": 1239010425,
            "stop": 1239044583
        },
        {
            "start": 1239059786,
            "stop": 1239083006
        },
        {
            "start": 1239087140,
            "stop": 1239103228
        },
        {
            "start": 1239103364,
            "stop": 1239106302
        },
        {
            "start": 1239127044,
            "stop": 1239140924
        },
        {
            "start": 1239149500,
            "stop": 1239153689
        },
        {
            "start": 1239153848,
            "stop": 1239201390
        },
        {
            "start": 1239201471,
            "stop": 1239208793
        },
        {
            "start": 1239213615,
            "stop": 1239232125
        },
        {
            "start": 1239244940,
            "stop": 1239253498
        },
        {
            "start": 1239263053,
            "stop": 1239288926
        },
        {
            "start": 1239295624,
            "stop": 1239318836
        },
        {
            "start": 1239322378,
            "stop": 1239341782
        }
    ]
}