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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16821",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16819",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16820,
    "results": [
        {
            "start": 875204418,
            "stop": 875204567
        },
        {
            "start": 875204569,
            "stop": 875204620
        },
        {
            "start": 875204621,
            "stop": 875204979
        },
        {
            "start": 875204980,
            "stop": 875205115
        },
        {
            "start": 875205116,
            "stop": 875205265
        },
        {
            "start": 875205269,
            "stop": 875205366
        },
        {
            "start": 875205367,
            "stop": 875205402
        },
        {
            "start": 875205403,
            "stop": 875205436
        },
        {
            "start": 875205439,
            "stop": 875205449
        },
        {
            "start": 875205450,
            "stop": 875205505
        },
        {
            "start": 875205506,
            "stop": 875205776
        },
        {
            "start": 875205777,
            "stop": 875205837
        },
        {
            "start": 875205841,
            "stop": 875205869
        },
        {
            "start": 875205871,
            "stop": 875205900
        },
        {
            "start": 875205960,
            "stop": 875205976
        },
        {
            "start": 875205978,
            "stop": 875206121
        },
        {
            "start": 875206122,
            "stop": 875206171
        },
        {
            "start": 875206173,
            "stop": 875206175
        },
        {
            "start": 875206178,
            "stop": 875206262
        },
        {
            "start": 875206264,
            "stop": 875206411
        }
    ]
}