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=354
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=355",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=353",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 354,
    "results": [
        {
            "start": 934426992,
            "stop": 934427017
        },
        {
            "start": 934427019,
            "stop": 934427033
        },
        {
            "start": 934427037,
            "stop": 934430534
        },
        {
            "start": 934430536,
            "stop": 934430583
        },
        {
            "start": 934430585,
            "stop": 934430610
        },
        {
            "start": 934430612,
            "stop": 934430616
        },
        {
            "start": 934430618,
            "stop": 934430632
        },
        {
            "start": 934430637,
            "stop": 934431920
        },
        {
            "start": 934431922,
            "stop": 934434159
        },
        {
            "start": 934434161,
            "stop": 934434164
        },
        {
            "start": 934434167,
            "stop": 934434184
        },
        {
            "start": 934434186,
            "stop": 934434209
        },
        {
            "start": 934434212,
            "stop": 934434217
        },
        {
            "start": 934434219,
            "stop": 934434233
        },
        {
            "start": 934434237,
            "stop": 934437734
        },
        {
            "start": 934437737,
            "stop": 934437757
        },
        {
            "start": 934437760,
            "stop": 934437766
        },
        {
            "start": 934437769,
            "stop": 934437785
        },
        {
            "start": 934437787,
            "stop": 934437811
        },
        {
            "start": 934437813,
            "stop": 934437817
        }
    ]
}