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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33318",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33316",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33317,
    "results": [
        {
            "start": 971012686,
            "stop": 971012687
        },
        {
            "start": 971012688,
            "stop": 971012694
        },
        {
            "start": 971012695,
            "stop": 971012727
        },
        {
            "start": 971012731,
            "stop": 971012732
        },
        {
            "start": 971012733,
            "stop": 971012745
        },
        {
            "start": 971012748,
            "stop": 971012776
        },
        {
            "start": 971012779,
            "stop": 971012786
        },
        {
            "start": 971012787,
            "stop": 971012792
        },
        {
            "start": 971012793,
            "stop": 971012802
        },
        {
            "start": 971012805,
            "stop": 971012808
        },
        {
            "start": 971012811,
            "stop": 971012813
        },
        {
            "start": 971012816,
            "stop": 971012819
        },
        {
            "start": 971012822,
            "stop": 971012825
        },
        {
            "start": 971012828,
            "stop": 971012836
        },
        {
            "start": 971012838,
            "stop": 971012842
        },
        {
            "start": 971012846,
            "stop": 971012850
        },
        {
            "start": 971012851,
            "stop": 971012868
        },
        {
            "start": 971012869,
            "stop": 971012870
        },
        {
            "start": 971012874,
            "stop": 971012880
        },
        {
            "start": 971012882,
            "stop": 971012892
        }
    ]
}