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=444
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=445",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=443",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 444,
    "results": [
        {
            "start": 858719332,
            "stop": 858721098
        },
        {
            "start": 858721188,
            "stop": 858721502
        },
        {
            "start": 858725599,
            "stop": 858725911
        },
        {
            "start": 858726967,
            "stop": 858752427
        },
        {
            "start": 858753554,
            "stop": 858771973
        },
        {
            "start": 858773214,
            "stop": 858793046
        },
        {
            "start": 858793210,
            "stop": 858819547
        },
        {
            "start": 858833688,
            "stop": 858834010
        },
        {
            "start": 858834012,
            "stop": 858835216
        },
        {
            "start": 858835218,
            "stop": 858842481
        },
        {
            "start": 858843550,
            "stop": 858861269
        },
        {
            "start": 858862087,
            "stop": 858869080
        },
        {
            "start": 858871769,
            "stop": 858880465
        },
        {
            "start": 858880538,
            "stop": 858926300
        },
        {
            "start": 858927707,
            "stop": 858941663
        },
        {
            "start": 858942757,
            "stop": 858945126
        },
        {
            "start": 858945128,
            "stop": 858945180
        },
        {
            "start": 858945897,
            "stop": 858949860
        },
        {
            "start": 858950730,
            "stop": 858957621
        },
        {
            "start": 858958498,
            "stop": 858961511
        }
    ]
}