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=512
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=513",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=511",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 512,
    "results": [
        {
            "start": 962959502,
            "stop": 962979782
        },
        {
            "start": 963006913,
            "stop": 963009753
        },
        {
            "start": 963012920,
            "stop": 963014169
        },
        {
            "start": 963037411,
            "stop": 963066236
        },
        {
            "start": 963066237,
            "stop": 963068857
        },
        {
            "start": 963201875,
            "stop": 963242220
        },
        {
            "start": 963244299,
            "stop": 963245103
        },
        {
            "start": 963249966,
            "stop": 963265813
        },
        {
            "start": 963265814,
            "stop": 963286102
        },
        {
            "start": 963299807,
            "stop": 963319846
        },
        {
            "start": 963319848,
            "stop": 963326081
        },
        {
            "start": 963335750,
            "stop": 963352149
        },
        {
            "start": 963353884,
            "stop": 963468188
        },
        {
            "start": 963478836,
            "stop": 963481504
        },
        {
            "start": 963483671,
            "stop": 963494245
        },
        {
            "start": 963514650,
            "stop": 963518072
        },
        {
            "start": 963527880,
            "stop": 963528184
        },
        {
            "start": 963528185,
            "stop": 963556966
        },
        {
            "start": 963575140,
            "stop": 963592448
        },
        {
            "start": 963598570,
            "stop": 963605410
        }
    ]
}