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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=480",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=478",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 479,
    "results": [
        {
            "start": 862942209,
            "stop": 862943105
        },
        {
            "start": 862944384,
            "stop": 862945763
        },
        {
            "start": 862953004,
            "stop": 862958477
        },
        {
            "start": 862958985,
            "stop": 862988128
        },
        {
            "start": 862989292,
            "stop": 862990738
        },
        {
            "start": 862990912,
            "stop": 863012611
        },
        {
            "start": 863013687,
            "stop": 863016371
        },
        {
            "start": 863016455,
            "stop": 863020847
        },
        {
            "start": 863020952,
            "stop": 863031089
        },
        {
            "start": 863033581,
            "stop": 863075918
        },
        {
            "start": 863077464,
            "stop": 863094717
        },
        {
            "start": 863095103,
            "stop": 863096224
        },
        {
            "start": 863097043,
            "stop": 863101766
        },
        {
            "start": 863101929,
            "stop": 863123859
        },
        {
            "start": 863125029,
            "stop": 863126450
        },
        {
            "start": 863126802,
            "stop": 863141359
        },
        {
            "start": 863141361,
            "stop": 863145454
        },
        {
            "start": 863145520,
            "stop": 863147160
        },
        {
            "start": 863147162,
            "stop": 863147950
        },
        {
            "start": 863147952,
            "stop": 863160365
        }
    ]
}