Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5841
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5842",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5840",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5841,
    "results": [
        {
            "start": 874735623,
            "stop": 874735859
        },
        {
            "start": 874735863,
            "stop": 874735931
        },
        {
            "start": 874735934,
            "stop": 874735969
        },
        {
            "start": 874735973,
            "stop": 874735998
        },
        {
            "start": 874736003,
            "stop": 874736074
        },
        {
            "start": 874736078,
            "stop": 874736248
        },
        {
            "start": 874736252,
            "stop": 874736279
        },
        {
            "start": 874736282,
            "stop": 874736439
        },
        {
            "start": 874736443,
            "stop": 874736464
        },
        {
            "start": 874736468,
            "stop": 874736557
        },
        {
            "start": 874736561,
            "stop": 874736611
        },
        {
            "start": 874736614,
            "stop": 874736633
        },
        {
            "start": 874736636,
            "stop": 874736658
        },
        {
            "start": 874736661,
            "stop": 874736751
        },
        {
            "start": 874736754,
            "stop": 874736917
        },
        {
            "start": 874736920,
            "stop": 874736923
        },
        {
            "start": 874736926,
            "stop": 874736934
        },
        {
            "start": 874736937,
            "stop": 874736941
        },
        {
            "start": 874736945,
            "stop": 874736982
        },
        {
            "start": 874736985,
            "stop": 874737006
        }
    ]
}