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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6466",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6464",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6465,
    "results": [
        {
            "start": 874029684,
            "stop": 874029882
        },
        {
            "start": 874029884,
            "stop": 874030085
        },
        {
            "start": 874030086,
            "stop": 874030112
        },
        {
            "start": 874030114,
            "stop": 874030179
        },
        {
            "start": 874030181,
            "stop": 874030313
        },
        {
            "start": 874030314,
            "stop": 874030481
        },
        {
            "start": 874030482,
            "stop": 874030719
        },
        {
            "start": 874030720,
            "stop": 874030782
        },
        {
            "start": 874030783,
            "stop": 874030840
        },
        {
            "start": 874030841,
            "stop": 874030906
        },
        {
            "start": 874030908,
            "stop": 874031621
        },
        {
            "start": 874031622,
            "stop": 874032079
        },
        {
            "start": 874032081,
            "stop": 874032379
        },
        {
            "start": 874032380,
            "stop": 874032415
        },
        {
            "start": 874032416,
            "stop": 874032471
        },
        {
            "start": 874032472,
            "stop": 874032488
        },
        {
            "start": 874032489,
            "stop": 874033561
        },
        {
            "start": 874033563,
            "stop": 874034020
        },
        {
            "start": 874034021,
            "stop": 874034028
        },
        {
            "start": 874034029,
            "stop": 874034306
        }
    ]
}