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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=544",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=542",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 543,
    "results": [
        {
            "start": 829337209,
            "stop": 829337843
        },
        {
            "start": 829338243,
            "stop": 829338288
        },
        {
            "start": 829338825,
            "stop": 829339437
        },
        {
            "start": 829340108,
            "stop": 829340644
        },
        {
            "start": 829340964,
            "stop": 829341310
        },
        {
            "start": 829341710,
            "stop": 829341890
        },
        {
            "start": 829342574,
            "stop": 829342753
        },
        {
            "start": 829343073,
            "stop": 829343720
        },
        {
            "start": 829344120,
            "stop": 829349113
        },
        {
            "start": 829352466,
            "stop": 829363303
        },
        {
            "start": 829364452,
            "stop": 829380055
        },
        {
            "start": 829380954,
            "stop": 829381270
        },
        {
            "start": 829381590,
            "stop": 829381652
        },
        {
            "start": 829382052,
            "stop": 829382782
        },
        {
            "start": 829383193,
            "stop": 829395368
        },
        {
            "start": 829395688,
            "stop": 829396081
        },
        {
            "start": 829396696,
            "stop": 829396927
        },
        {
            "start": 829397041,
            "stop": 829397045
        },
        {
            "start": 829397365,
            "stop": 829399323
        },
        {
            "start": 829399723,
            "stop": 829399832
        }
    ]
}