Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=157
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=156",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 157,
    "results": [
        {
            "start": 954350582,
            "stop": 954350633
        },
        {
            "start": 954350636,
            "stop": 954350685
        },
        {
            "start": 954350688,
            "stop": 954350697
        },
        {
            "start": 954350700,
            "stop": 954350783
        },
        {
            "start": 954350787,
            "stop": 954350826
        },
        {
            "start": 954350830,
            "stop": 954350858
        },
        {
            "start": 954350861,
            "stop": 954350882
        },
        {
            "start": 954350892,
            "stop": 954350981
        },
        {
            "start": 954350989,
            "stop": 954350991
        },
        {
            "start": 954350994,
            "stop": 954350998
        },
        {
            "start": 954351003,
            "stop": 954351007
        },
        {
            "start": 954351012,
            "stop": 954351078
        },
        {
            "start": 954351081,
            "stop": 954351101
        },
        {
            "start": 954351113,
            "stop": 954351135
        },
        {
            "start": 954351138,
            "stop": 954351142
        },
        {
            "start": 954351147,
            "stop": 954351153
        },
        {
            "start": 954351177,
            "stop": 954351178
        },
        {
            "start": 954351188,
            "stop": 954351199
        },
        {
            "start": 954351202,
            "stop": 954351208
        },
        {
            "start": 954351222,
            "stop": 954351228
        }
    ]
}