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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1950",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1948",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1949,
    "results": [
        {
            "start": 1252813222,
            "stop": 1252815542
        },
        {
            "start": 1252815545,
            "stop": 1252816065
        },
        {
            "start": 1252821414,
            "stop": 1252823986
        },
        {
            "start": 1252823989,
            "stop": 1252824209
        },
        {
            "start": 1252824212,
            "stop": 1252824514
        },
        {
            "start": 1252824515,
            "stop": 1252824650
        },
        {
            "start": 1252824653,
            "stop": 1252825325
        },
        {
            "start": 1252825328,
            "stop": 1252826195
        },
        {
            "start": 1252826198,
            "stop": 1252826756
        },
        {
            "start": 1252826759,
            "stop": 1252828549
        },
        {
            "start": 1252828552,
            "stop": 1252830694
        },
        {
            "start": 1252830697,
            "stop": 1252831074
        },
        {
            "start": 1252831077,
            "stop": 1252833432
        },
        {
            "start": 1252833461,
            "stop": 1252834517
        },
        {
            "start": 1252834520,
            "stop": 1252835019
        },
        {
            "start": 1252835022,
            "stop": 1252835728
        },
        {
            "start": 1252835736,
            "stop": 1252835786
        },
        {
            "start": 1252835789,
            "stop": 1252839924
        },
        {
            "start": 1252839927,
            "stop": 1252841481
        },
        {
            "start": 1252841484,
            "stop": 1252842728
        }
    ]
}