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=5794
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=5795",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5793",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5794,
    "results": [
        {
            "start": 874683613,
            "stop": 874683659
        },
        {
            "start": 874683662,
            "stop": 874683704
        },
        {
            "start": 874683707,
            "stop": 874683714
        },
        {
            "start": 874683720,
            "stop": 874683729
        },
        {
            "start": 874683736,
            "stop": 874683748
        },
        {
            "start": 874683752,
            "stop": 874683795
        },
        {
            "start": 874683798,
            "stop": 874683809
        },
        {
            "start": 874683812,
            "stop": 874683823
        },
        {
            "start": 874683826,
            "stop": 874683844
        },
        {
            "start": 874683847,
            "stop": 874683853
        },
        {
            "start": 874683856,
            "stop": 874683858
        },
        {
            "start": 874683861,
            "stop": 874683862
        },
        {
            "start": 874683865,
            "stop": 874683911
        },
        {
            "start": 874683914,
            "stop": 874683930
        },
        {
            "start": 874683933,
            "stop": 874683962
        },
        {
            "start": 874683965,
            "stop": 874684015
        },
        {
            "start": 874684018,
            "stop": 874684019
        },
        {
            "start": 874684023,
            "stop": 874684048
        },
        {
            "start": 874684051,
            "stop": 874684113
        },
        {
            "start": 874684116,
            "stop": 874684132
        }
    ]
}