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=5930
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=5931",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5929",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5930,
    "results": [
        {
            "start": 875198558,
            "stop": 875198625
        },
        {
            "start": 875198628,
            "stop": 875198629
        },
        {
            "start": 875198633,
            "stop": 875198636
        },
        {
            "start": 875198639,
            "stop": 875198657
        },
        {
            "start": 875198661,
            "stop": 875198676
        },
        {
            "start": 875198679,
            "stop": 875198716
        },
        {
            "start": 875198719,
            "stop": 875198739
        },
        {
            "start": 875198742,
            "stop": 875198810
        },
        {
            "start": 875198813,
            "stop": 875198823
        },
        {
            "start": 875198827,
            "stop": 875198858
        },
        {
            "start": 875198867,
            "stop": 875198916
        },
        {
            "start": 875198919,
            "stop": 875198920
        },
        {
            "start": 875198923,
            "stop": 875198967
        },
        {
            "start": 875198974,
            "stop": 875199022
        },
        {
            "start": 875199025,
            "stop": 875199183
        },
        {
            "start": 875199186,
            "stop": 875199218
        },
        {
            "start": 875199221,
            "stop": 875199230
        },
        {
            "start": 875199234,
            "stop": 875199279
        },
        {
            "start": 875199284,
            "stop": 875199306
        },
        {
            "start": 875199309,
            "stop": 875199339
        }
    ]
}