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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41070",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41068",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41069,
    "results": [
        {
            "start": 875208333,
            "stop": 875208335
        },
        {
            "start": 875208336,
            "stop": 875208345
        },
        {
            "start": 875208346,
            "stop": 875208357
        },
        {
            "start": 875208358,
            "stop": 875208378
        },
        {
            "start": 875208379,
            "stop": 875208380
        },
        {
            "start": 875208381,
            "stop": 875208382
        },
        {
            "start": 875208383,
            "stop": 875208414
        },
        {
            "start": 875208415,
            "stop": 875208420
        },
        {
            "start": 875208422,
            "stop": 875208439
        },
        {
            "start": 875208440,
            "stop": 875208454
        },
        {
            "start": 875208456,
            "stop": 875208481
        },
        {
            "start": 875208482,
            "stop": 875208526
        },
        {
            "start": 875208527,
            "stop": 875208553
        },
        {
            "start": 875208555,
            "stop": 875208568
        },
        {
            "start": 875208569,
            "stop": 875208584
        },
        {
            "start": 875208585,
            "stop": 875208590
        },
        {
            "start": 875208591,
            "stop": 875208661
        },
        {
            "start": 875208662,
            "stop": 875208667
        },
        {
            "start": 875208669,
            "stop": 875208700
        },
        {
            "start": 875208701,
            "stop": 875208767
        }
    ]
}