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=6282
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=6283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6281",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6282,
    "results": [
        {
            "start": 875101231,
            "stop": 875101245
        },
        {
            "start": 875101248,
            "stop": 875101256
        },
        {
            "start": 875101259,
            "stop": 875101265
        },
        {
            "start": 875101268,
            "stop": 875101312
        },
        {
            "start": 875101315,
            "stop": 875101355
        },
        {
            "start": 875101358,
            "stop": 875101383
        },
        {
            "start": 875101389,
            "stop": 875101404
        },
        {
            "start": 875101407,
            "stop": 875101436
        },
        {
            "start": 875101439,
            "stop": 875101442
        },
        {
            "start": 875101445,
            "stop": 875101468
        },
        {
            "start": 875101473,
            "stop": 875101477
        },
        {
            "start": 875101486,
            "stop": 875101545
        },
        {
            "start": 875101548,
            "stop": 875101593
        },
        {
            "start": 875101596,
            "stop": 875101597
        },
        {
            "start": 875101600,
            "stop": 875101656
        },
        {
            "start": 875101657,
            "stop": 875101792
        },
        {
            "start": 875101794,
            "stop": 875101810
        },
        {
            "start": 875101816,
            "stop": 875101847
        },
        {
            "start": 875101850,
            "stop": 875101866
        },
        {
            "start": 875101869,
            "stop": 875101894
        }
    ]
}