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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=88",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 89,
    "results": [
        {
            "start": 823932208,
            "stop": 823937578
        },
        {
            "start": 823937917,
            "stop": 823938543
        },
        {
            "start": 823939192,
            "stop": 823941436
        },
        {
            "start": 823941492,
            "stop": 823950960
        },
        {
            "start": 823951379,
            "stop": 823957916
        },
        {
            "start": 823957995,
            "stop": 823958019
        },
        {
            "start": 823958020,
            "stop": 823958903
        },
        {
            "start": 824007109,
            "stop": 824007555
        },
        {
            "start": 824007557,
            "stop": 824008482
        },
        {
            "start": 824008484,
            "stop": 824009714
        },
        {
            "start": 824009716,
            "stop": 824012991
        },
        {
            "start": 824013763,
            "stop": 824027356
        },
        {
            "start": 824027358,
            "stop": 824027588
        },
        {
            "start": 824027590,
            "stop": 824027606
        },
        {
            "start": 824027608,
            "stop": 824027642
        },
        {
            "start": 824028051,
            "stop": 824028086
        },
        {
            "start": 824028092,
            "stop": 824028096
        },
        {
            "start": 824028098,
            "stop": 824040033
        },
        {
            "start": 824041147,
            "stop": 824043907
        },
        {
            "start": 824043909,
            "stop": 824043923
        }
    ]
}