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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=31",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 32,
    "results": [
        {
            "start": 931139601,
            "stop": 931139603
        },
        {
            "start": 931139624,
            "stop": 931139626
        },
        {
            "start": 931139628,
            "stop": 931139629
        },
        {
            "start": 931139631,
            "stop": 931139632
        },
        {
            "start": 931139633,
            "stop": 931139634
        },
        {
            "start": 931139637,
            "stop": 931139641
        },
        {
            "start": 931139647,
            "stop": 931139660
        },
        {
            "start": 931139661,
            "stop": 931139662
        },
        {
            "start": 931139664,
            "stop": 931139665
        },
        {
            "start": 931139669,
            "stop": 931139671
        },
        {
            "start": 931139672,
            "stop": 931139673
        },
        {
            "start": 931151175,
            "stop": 931151190
        },
        {
            "start": 931151192,
            "stop": 931151195
        },
        {
            "start": 931151197,
            "stop": 931151203
        },
        {
            "start": 931151205,
            "stop": 931151214
        },
        {
            "start": 931151216,
            "stop": 931151262
        },
        {
            "start": 931151263,
            "stop": 931151270
        },
        {
            "start": 931151273,
            "stop": 931151274
        },
        {
            "start": 931151276,
            "stop": 931151279
        },
        {
            "start": 931151281,
            "stop": 931151321
        }
    ]
}