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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=324",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=322",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 323,
    "results": [
        {
            "start": 931775072,
            "stop": 931775077
        },
        {
            "start": 931775080,
            "stop": 931775093
        },
        {
            "start": 931775100,
            "stop": 931775104
        },
        {
            "start": 931775107,
            "stop": 931775112
        },
        {
            "start": 931775116,
            "stop": 931775117
        },
        {
            "start": 931775123,
            "stop": 931775124
        },
        {
            "start": 931775129,
            "stop": 931775146
        },
        {
            "start": 931775152,
            "stop": 931775159
        },
        {
            "start": 931775168,
            "stop": 931775170
        },
        {
            "start": 931775173,
            "stop": 931775188
        },
        {
            "start": 931775191,
            "stop": 931775194
        },
        {
            "start": 931775197,
            "stop": 931775200
        },
        {
            "start": 931775202,
            "stop": 931775204
        },
        {
            "start": 931775207,
            "stop": 931775208
        },
        {
            "start": 931775224,
            "stop": 931775225
        },
        {
            "start": 931775228,
            "stop": 931775233
        },
        {
            "start": 931775236,
            "stop": 931775237
        },
        {
            "start": 931775240,
            "stop": 931775254
        },
        {
            "start": 931775261,
            "stop": 931775271
        },
        {
            "start": 931775274,
            "stop": 931775278
        }
    ]
}