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=5840
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=5841",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5839",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5840,
    "results": [
        {
            "start": 874733979,
            "stop": 874733988
        },
        {
            "start": 874733991,
            "stop": 874733999
        },
        {
            "start": 874734003,
            "stop": 874734041
        },
        {
            "start": 874734045,
            "stop": 874734055
        },
        {
            "start": 874734059,
            "stop": 874734095
        },
        {
            "start": 874734098,
            "stop": 874734100
        },
        {
            "start": 874734103,
            "stop": 874734134
        },
        {
            "start": 874734137,
            "stop": 874734145
        },
        {
            "start": 874734148,
            "stop": 874734314
        },
        {
            "start": 874734317,
            "stop": 874734366
        },
        {
            "start": 874734369,
            "stop": 874734476
        },
        {
            "start": 874734479,
            "stop": 874734508
        },
        {
            "start": 874734511,
            "stop": 874734842
        },
        {
            "start": 874734845,
            "stop": 874734960
        },
        {
            "start": 874734963,
            "stop": 874735058
        },
        {
            "start": 874735061,
            "stop": 874735080
        },
        {
            "start": 874735086,
            "stop": 874735276
        },
        {
            "start": 874735279,
            "stop": 874735347
        },
        {
            "start": 874735350,
            "stop": 874735615
        },
        {
            "start": 874735619,
            "stop": 874735620
        }
    ]
}