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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=102",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=100",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 101,
    "results": [
        {
            "start": 963244299,
            "stop": 963245103
        },
        {
            "start": 963249966,
            "stop": 963286102
        },
        {
            "start": 963299807,
            "stop": 963326096
        },
        {
            "start": 963335750,
            "stop": 963352164
        },
        {
            "start": 963353884,
            "stop": 963468203
        },
        {
            "start": 963478836,
            "stop": 963481519
        },
        {
            "start": 963483671,
            "stop": 963494260
        },
        {
            "start": 963514650,
            "stop": 963518087
        },
        {
            "start": 963527880,
            "stop": 963556981
        },
        {
            "start": 963575140,
            "stop": 963592463
        },
        {
            "start": 963598570,
            "stop": 963672438
        },
        {
            "start": 963705626,
            "stop": 963717865
        },
        {
            "start": 963719161,
            "stop": 963745933
        },
        {
            "start": 963747533,
            "stop": 963751088
        },
        {
            "start": 963752286,
            "stop": 963758971
        },
        {
            "start": 963760848,
            "stop": 963779422
        },
        {
            "start": 963785011,
            "stop": 963811033
        },
        {
            "start": 963815495,
            "stop": 963829255
        },
        {
            "start": 963830679,
            "stop": 963852915
        },
        {
            "start": 963870642,
            "stop": 963871291
        }
    ]
}