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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=119",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 120,
    "results": [
        {
            "start": 1259967953,
            "stop": 1259967957
        },
        {
            "start": 1259967962,
            "stop": 1259967971
        },
        {
            "start": 1259967976,
            "stop": 1259968026
        },
        {
            "start": 1259968030,
            "stop": 1259968490
        },
        {
            "start": 1259968498,
            "stop": 1259970227
        },
        {
            "start": 1259970232,
            "stop": 1259975272
        },
        {
            "start": 1259975274,
            "stop": 1259977511
        },
        {
            "start": 1259977513,
            "stop": 1259978266
        },
        {
            "start": 1259978268,
            "stop": 1259980529
        },
        {
            "start": 1259980533,
            "stop": 1259985457
        },
        {
            "start": 1259985459,
            "stop": 1259986085
        },
        {
            "start": 1259986088,
            "stop": 1259988004
        },
        {
            "start": 1259988008,
            "stop": 1259990883
        },
        {
            "start": 1259990887,
            "stop": 1259997538
        },
        {
            "start": 1259997543,
            "stop": 1259997619
        },
        {
            "start": 1259997624,
            "stop": 1259999439
        },
        {
            "start": 1259999442,
            "stop": 1260003093
        },
        {
            "start": 1260003095,
            "stop": 1260004392
        },
        {
            "start": 1260004395,
            "stop": 1260004806
        },
        {
            "start": 1260004808,
            "stop": 1260007596
        }
    ]
}