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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=41",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 42,
    "results": [
        {
            "start": 931164863,
            "stop": 931164871
        },
        {
            "start": 931164873,
            "stop": 931164945
        },
        {
            "start": 931164947,
            "stop": 931164971
        },
        {
            "start": 931164972,
            "stop": 931164991
        },
        {
            "start": 931164994,
            "stop": 931164996
        },
        {
            "start": 931164997,
            "stop": 931165066
        },
        {
            "start": 931165067,
            "stop": 931165120
        },
        {
            "start": 931165121,
            "stop": 931165211
        },
        {
            "start": 931165213,
            "stop": 931165215
        },
        {
            "start": 931165575,
            "stop": 931165599
        },
        {
            "start": 931165601,
            "stop": 931165639
        },
        {
            "start": 931165640,
            "stop": 931165656
        },
        {
            "start": 931165657,
            "stop": 931165672
        },
        {
            "start": 931165673,
            "stop": 931165677
        },
        {
            "start": 931165678,
            "stop": 931165708
        },
        {
            "start": 931165710,
            "stop": 931165842
        },
        {
            "start": 931165844,
            "stop": 931166016
        },
        {
            "start": 931166017,
            "stop": 931166094
        },
        {
            "start": 931166095,
            "stop": 931166171
        },
        {
            "start": 931166174,
            "stop": 931166294
        }
    ]
}