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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4071",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4069",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4070,
    "results": [
        {
            "start": 875137560,
            "stop": 875141101
        },
        {
            "start": 875141597,
            "stop": 875142798
        },
        {
            "start": 875142801,
            "stop": 875145995
        },
        {
            "start": 875145998,
            "stop": 875148265
        },
        {
            "start": 875148268,
            "stop": 875154866
        },
        {
            "start": 875180295,
            "stop": 875182725
        },
        {
            "start": 875193352,
            "stop": 875193403
        },
        {
            "start": 875193406,
            "stop": 875193459
        },
        {
            "start": 875193462,
            "stop": 875195200
        },
        {
            "start": 875195203,
            "stop": 875195575
        },
        {
            "start": 875196343,
            "stop": 875202431
        },
        {
            "start": 875202434,
            "stop": 875203278
        },
        {
            "start": 875203323,
            "stop": 875203718
        },
        {
            "start": 875203721,
            "stop": 875203734
        },
        {
            "start": 875203737,
            "stop": 875205900
        },
        {
            "start": 875205960,
            "stop": 875210457
        },
        {
            "start": 875210460,
            "stop": 875220123
        },
        {
            "start": 875220126,
            "stop": 875220752
        },
        {
            "start": 875220755,
            "stop": 875222100
        },
        {
            "start": 875222160,
            "stop": 875223031
        }
    ]
}