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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5820",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5818",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5819,
    "results": [
        {
            "start": 874710114,
            "stop": 874710144
        },
        {
            "start": 874710148,
            "stop": 874710221
        },
        {
            "start": 874710225,
            "stop": 874710245
        },
        {
            "start": 874710248,
            "stop": 874710274
        },
        {
            "start": 874710277,
            "stop": 874710344
        },
        {
            "start": 874710347,
            "stop": 874710362
        },
        {
            "start": 874710365,
            "stop": 874710393
        },
        {
            "start": 874710397,
            "stop": 874710416
        },
        {
            "start": 874710419,
            "stop": 874710435
        },
        {
            "start": 874710439,
            "stop": 874710455
        },
        {
            "start": 874710459,
            "stop": 874710487
        },
        {
            "start": 874710491,
            "stop": 874710536
        },
        {
            "start": 874710539,
            "stop": 874710547
        },
        {
            "start": 874710550,
            "stop": 874710559
        },
        {
            "start": 874710562,
            "stop": 874710616
        },
        {
            "start": 874710619,
            "stop": 874710689
        },
        {
            "start": 874710692,
            "stop": 874710768
        },
        {
            "start": 874710771,
            "stop": 874710787
        },
        {
            "start": 874710790,
            "stop": 874710954
        },
        {
            "start": 874710957,
            "stop": 874711043
        }
    ]
}