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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6272",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6273,
    "results": [
        {
            "start": 875053457,
            "stop": 875053738
        },
        {
            "start": 875053741,
            "stop": 875053772
        },
        {
            "start": 875053776,
            "stop": 875053805
        },
        {
            "start": 875053808,
            "stop": 875053814
        },
        {
            "start": 875053817,
            "stop": 875053833
        },
        {
            "start": 875053836,
            "stop": 875053848
        },
        {
            "start": 875053851,
            "stop": 875054411
        },
        {
            "start": 875054414,
            "stop": 875054436
        },
        {
            "start": 875054439,
            "stop": 875054515
        },
        {
            "start": 875054518,
            "stop": 875054770
        },
        {
            "start": 875054775,
            "stop": 875054915
        },
        {
            "start": 875054918,
            "stop": 875054929
        },
        {
            "start": 875054932,
            "stop": 875055171
        },
        {
            "start": 875055174,
            "stop": 875055452
        },
        {
            "start": 875055455,
            "stop": 875055491
        },
        {
            "start": 875055494,
            "stop": 875056129
        },
        {
            "start": 875056132,
            "stop": 875056206
        },
        {
            "start": 875056211,
            "stop": 875056367
        },
        {
            "start": 875056370,
            "stop": 875056372
        },
        {
            "start": 875056375,
            "stop": 875057335
        }
    ]
}