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=10213
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=10214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10212",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10213,
    "results": [
        {
            "start": 874107522,
            "stop": 874107956
        },
        {
            "start": 874108190,
            "stop": 874108192
        },
        {
            "start": 874108199,
            "stop": 874109169
        },
        {
            "start": 874109355,
            "stop": 874109800
        },
        {
            "start": 874109807,
            "stop": 874110533
        },
        {
            "start": 874110540,
            "stop": 874111540
        },
        {
            "start": 874111548,
            "stop": 874112009
        },
        {
            "start": 874112017,
            "stop": 874113053
        },
        {
            "start": 874113070,
            "stop": 874113092
        },
        {
            "start": 874113996,
            "stop": 874114301
        },
        {
            "start": 874114308,
            "stop": 874114713
        },
        {
            "start": 874114720,
            "stop": 874115108
        },
        {
            "start": 874115115,
            "stop": 874115882
        },
        {
            "start": 874115889,
            "stop": 874115944
        },
        {
            "start": 874115980,
            "stop": 874117992
        },
        {
            "start": 874117999,
            "stop": 874118578
        },
        {
            "start": 874118714,
            "stop": 874118810
        },
        {
            "start": 874119616,
            "stop": 874121413
        },
        {
            "start": 874121420,
            "stop": 874122813
        },
        {
            "start": 874122849,
            "stop": 874122863
        }
    ]
}