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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=2",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 3,
    "results": [
        {
            "start": 1256700627,
            "stop": 1256705807
        },
        {
            "start": 1256705811,
            "stop": 1256706534
        },
        {
            "start": 1256706536,
            "stop": 1256710281
        },
        {
            "start": 1256710282,
            "stop": 1256710397
        },
        {
            "start": 1256710398,
            "stop": 1256710722
        },
        {
            "start": 1256710725,
            "stop": 1256711353
        },
        {
            "start": 1256711356,
            "stop": 1256711800
        },
        {
            "start": 1256711802,
            "stop": 1256712803
        },
        {
            "start": 1256712807,
            "stop": 1256713817
        },
        {
            "start": 1256713822,
            "stop": 1256716370
        },
        {
            "start": 1256716373,
            "stop": 1256716677
        },
        {
            "start": 1256716682,
            "stop": 1256720185
        },
        {
            "start": 1256720189,
            "stop": 1256721238
        },
        {
            "start": 1256721241,
            "stop": 1256724105
        },
        {
            "start": 1256724110,
            "stop": 1256726206
        },
        {
            "start": 1256726210,
            "stop": 1256729874
        },
        {
            "start": 1256729877,
            "stop": 1256730229
        },
        {
            "start": 1256730234,
            "stop": 1256732055
        },
        {
            "start": 1256732058,
            "stop": 1256732140
        },
        {
            "start": 1256732148,
            "stop": 1256736157
        }
    ]
}