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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10302",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10300",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10301,
    "results": [
        {
            "start": 875148293,
            "stop": 875148854
        },
        {
            "start": 875148871,
            "stop": 875149574
        },
        {
            "start": 875149582,
            "stop": 875149752
        },
        {
            "start": 875149872,
            "stop": 875150635
        },
        {
            "start": 875150642,
            "stop": 875154451
        },
        {
            "start": 875154459,
            "stop": 875154480
        },
        {
            "start": 875180400,
            "stop": 875180460
        },
        {
            "start": 875180520,
            "stop": 875180584
        },
        {
            "start": 875180620,
            "stop": 875180760
        },
        {
            "start": 875180820,
            "stop": 875180977
        },
        {
            "start": 875180994,
            "stop": 875181150
        },
        {
            "start": 875181167,
            "stop": 875181330
        },
        {
            "start": 875181338,
            "stop": 875181598
        },
        {
            "start": 875181606,
            "stop": 875182087
        },
        {
            "start": 875182094,
            "stop": 875182130
        },
        {
            "start": 875193352,
            "stop": 875193395
        },
        {
            "start": 875193431,
            "stop": 875193451
        },
        {
            "start": 875193487,
            "stop": 875193489
        },
        {
            "start": 875193496,
            "stop": 875193502
        },
        {
            "start": 875193509,
            "stop": 875194190
        }
    ]
}