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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3291",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3289",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3290,
    "results": [
        {
            "start": 874367280,
            "stop": 874367313
        },
        {
            "start": 874367317,
            "stop": 874367880
        },
        {
            "start": 874367940,
            "stop": 874367964
        },
        {
            "start": 874367967,
            "stop": 874368000
        },
        {
            "start": 874368060,
            "stop": 874368240
        },
        {
            "start": 874368300,
            "stop": 874368480
        },
        {
            "start": 874368540,
            "stop": 874368900
        },
        {
            "start": 874368960,
            "stop": 874369200
        },
        {
            "start": 874369260,
            "stop": 874371180
        },
        {
            "start": 874371240,
            "stop": 874371360
        },
        {
            "start": 874371420,
            "stop": 874371761
        },
        {
            "start": 874371764,
            "stop": 874372380
        },
        {
            "start": 874372440,
            "stop": 874374120
        },
        {
            "start": 874374180,
            "stop": 874374360
        },
        {
            "start": 874374420,
            "stop": 874374478
        },
        {
            "start": 874374540,
            "stop": 874374660
        },
        {
            "start": 874374780,
            "stop": 874377660
        },
        {
            "start": 874377720,
            "stop": 874380480
        },
        {
            "start": 874380540,
            "stop": 874412640
        },
        {
            "start": 874412760,
            "stop": 874414124
        }
    ]
}