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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7186",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7187,
    "results": [
        {
            "start": 875145151,
            "stop": 875145995
        },
        {
            "start": 875145998,
            "stop": 875148265
        },
        {
            "start": 875148268,
            "stop": 875149576
        },
        {
            "start": 875149580,
            "stop": 875150637
        },
        {
            "start": 875150640,
            "stop": 875154453
        },
        {
            "start": 875154457,
            "stop": 875154536
        },
        {
            "start": 875180295,
            "stop": 875180592
        },
        {
            "start": 875180595,
            "stop": 875181332
        },
        {
            "start": 875181336,
            "stop": 875181600
        },
        {
            "start": 875181604,
            "stop": 875182089
        },
        {
            "start": 875182092,
            "stop": 875182132
        },
        {
            "start": 875182138,
            "stop": 875182145
        },
        {
            "start": 875182149,
            "stop": 875182164
        },
        {
            "start": 875182168,
            "stop": 875182200
        },
        {
            "start": 875193352,
            "stop": 875193403
        },
        {
            "start": 875193406,
            "stop": 875193459
        },
        {
            "start": 875193462,
            "stop": 875193491
        },
        {
            "start": 875193494,
            "stop": 875193504
        },
        {
            "start": 875193507,
            "stop": 875194950
        },
        {
            "start": 875196510,
            "stop": 875196536
        }
    ]
}