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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=128",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 129,
    "results": [
        {
            "start": 1416408259,
            "stop": 1416414850
        },
        {
            "start": 1416420052,
            "stop": 1416422339
        },
        {
            "start": 1416422343,
            "stop": 1416423834
        },
        {
            "start": 1416423839,
            "stop": 1416423899
        },
        {
            "start": 1416423904,
            "stop": 1416427098
        },
        {
            "start": 1416427103,
            "stop": 1416429427
        },
        {
            "start": 1416429480,
            "stop": 1416430820
        },
        {
            "start": 1416432738,
            "stop": 1416435646
        },
        {
            "start": 1416435649,
            "stop": 1416435720
        },
        {
            "start": 1416439801,
            "stop": 1416451981
        },
        {
            "start": 1416451986,
            "stop": 1416459623
        },
        {
            "start": 1416459628,
            "stop": 1416460515
        },
        {
            "start": 1416460520,
            "stop": 1416461226
        },
        {
            "start": 1416461517,
            "stop": 1416462022
        },
        {
            "start": 1416462027,
            "stop": 1416463743
        },
        {
            "start": 1416463748,
            "stop": 1416468103
        },
        {
            "start": 1416468108,
            "stop": 1416474676
        },
        {
            "start": 1416474681,
            "stop": 1416479197
        },
        {
            "start": 1416479202,
            "stop": 1416481432
        },
        {
            "start": 1416481437,
            "stop": 1416486231
        }
    ]
}