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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=167",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 168,
    "results": [
        {
            "start": 1135057000,
            "stop": 1135057001
        },
        {
            "start": 1135057004,
            "stop": 1135057009
        },
        {
            "start": 1135057014,
            "stop": 1135057016
        },
        {
            "start": 1135057019,
            "stop": 1135057020
        },
        {
            "start": 1135057024,
            "stop": 1135057025
        },
        {
            "start": 1135057028,
            "stop": 1135057031
        },
        {
            "start": 1135057036,
            "stop": 1135057038
        },
        {
            "start": 1135057041,
            "stop": 1135057056
        },
        {
            "start": 1135057065,
            "stop": 1135057069
        },
        {
            "start": 1135057075,
            "stop": 1135057078
        },
        {
            "start": 1135057081,
            "stop": 1135057087
        },
        {
            "start": 1135057090,
            "stop": 1135057092
        },
        {
            "start": 1135057095,
            "stop": 1135057096
        },
        {
            "start": 1135057099,
            "stop": 1135057137
        },
        {
            "start": 1135057140,
            "stop": 1135057142
        },
        {
            "start": 1135057167,
            "stop": 1135057170
        },
        {
            "start": 1135057176,
            "stop": 1135057181
        },
        {
            "start": 1135057184,
            "stop": 1135057185
        },
        {
            "start": 1135057188,
            "stop": 1135057189
        },
        {
            "start": 1135057198,
            "stop": 1135057199
        }
    ]
}