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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=479",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=477",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 478,
    "results": [
        {
            "start": 955008275,
            "stop": 955010351
        },
        {
            "start": 955012128,
            "stop": 955014803
        },
        {
            "start": 955034459,
            "stop": 955043305
        },
        {
            "start": 955052309,
            "stop": 955052432
        },
        {
            "start": 955054316,
            "stop": 955059544
        },
        {
            "start": 955061495,
            "stop": 955062997
        },
        {
            "start": 955082925,
            "stop": 955086875
        },
        {
            "start": 955088505,
            "stop": 955090590
        },
        {
            "start": 955094058,
            "stop": 955098439
        },
        {
            "start": 955102536,
            "stop": 955102636
        },
        {
            "start": 955102683,
            "stop": 955107701
        },
        {
            "start": 955113137,
            "stop": 955113142
        },
        {
            "start": 955131697,
            "stop": 955131807
        },
        {
            "start": 955131963,
            "stop": 955132310
        },
        {
            "start": 955144047,
            "stop": 955145767
        },
        {
            "start": 955148618,
            "stop": 955167564
        },
        {
            "start": 955170783,
            "stop": 955190253
        },
        {
            "start": 955194306,
            "stop": 955206371
        },
        {
            "start": 955236927,
            "stop": 955238598
        },
        {
            "start": 955245502,
            "stop": 955250867
        }
    ]
}