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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5306",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5304",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5305,
    "results": [
        {
            "start": 875145153,
            "stop": 875145987
        },
        {
            "start": 875146023,
            "stop": 875148257
        },
        {
            "start": 875148293,
            "stop": 875148854
        },
        {
            "start": 875148871,
            "stop": 875149574
        },
        {
            "start": 875149582,
            "stop": 875150635
        },
        {
            "start": 875150642,
            "stop": 875154451
        },
        {
            "start": 875154459,
            "stop": 875154534
        },
        {
            "start": 875180295,
            "stop": 875180977
        },
        {
            "start": 875180994,
            "stop": 875181150
        },
        {
            "start": 875181167,
            "stop": 875181330
        },
        {
            "start": 875181338,
            "stop": 875181598
        },
        {
            "start": 875181606,
            "stop": 875182087
        },
        {
            "start": 875182094,
            "stop": 875182130
        },
        {
            "start": 875182140,
            "stop": 875182143
        },
        {
            "start": 875182151,
            "stop": 875182162
        },
        {
            "start": 875182170,
            "stop": 875182200
        },
        {
            "start": 875193352,
            "stop": 875193395
        },
        {
            "start": 875193431,
            "stop": 875193451
        },
        {
            "start": 875193487,
            "stop": 875193489
        },
        {
            "start": 875193496,
            "stop": 875193502
        }
    ]
}