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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=376",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=374",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 375,
    "results": [
        {
            "start": 934750961,
            "stop": 934750983
        },
        {
            "start": 934750986,
            "stop": 934751011
        },
        {
            "start": 934751013,
            "stop": 934751017
        },
        {
            "start": 934751019,
            "stop": 934751024
        },
        {
            "start": 934751026,
            "stop": 934751032
        },
        {
            "start": 934751036,
            "stop": 934754534
        },
        {
            "start": 934754536,
            "stop": 934754563
        },
        {
            "start": 934754568,
            "stop": 934754583
        },
        {
            "start": 934754585,
            "stop": 934754609
        },
        {
            "start": 934754611,
            "stop": 934754615
        },
        {
            "start": 934754617,
            "stop": 934754630
        },
        {
            "start": 934754634,
            "stop": 934756294
        },
        {
            "start": 934756296,
            "stop": 934758153
        },
        {
            "start": 934758155,
            "stop": 934758156
        },
        {
            "start": 934758158,
            "stop": 934758163
        },
        {
            "start": 934758165,
            "stop": 934758181
        },
        {
            "start": 934758184,
            "stop": 934758208
        },
        {
            "start": 934758210,
            "stop": 934758214
        },
        {
            "start": 934758216,
            "stop": 934758230
        },
        {
            "start": 934758234,
            "stop": 934759641
        }
    ]
}