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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5298",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5296",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5297,
    "results": [
        {
            "start": 1137090151,
            "stop": 1137090217
        },
        {
            "start": 1137090219,
            "stop": 1137090234
        },
        {
            "start": 1137090235,
            "stop": 1137090240
        },
        {
            "start": 1137090242,
            "stop": 1137090255
        },
        {
            "start": 1137090257,
            "stop": 1137090258
        },
        {
            "start": 1137090259,
            "stop": 1137090324
        },
        {
            "start": 1137090326,
            "stop": 1137090340
        },
        {
            "start": 1137090342,
            "stop": 1137090395
        },
        {
            "start": 1137090397,
            "stop": 1137090402
        },
        {
            "start": 1137090406,
            "stop": 1137090443
        },
        {
            "start": 1137090445,
            "stop": 1137090504
        },
        {
            "start": 1137090506,
            "stop": 1137090554
        },
        {
            "start": 1137090557,
            "stop": 1137090561
        },
        {
            "start": 1137090563,
            "stop": 1137090565
        },
        {
            "start": 1137090567,
            "stop": 1137090568
        },
        {
            "start": 1137090571,
            "stop": 1137090572
        },
        {
            "start": 1137090574,
            "stop": 1137090629
        },
        {
            "start": 1137090631,
            "stop": 1137090663
        },
        {
            "start": 1137090665,
            "stop": 1137090743
        },
        {
            "start": 1137090745,
            "stop": 1137090816
        }
    ]
}