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=14
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=15",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=13",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 14,
    "results": [
        {
            "start": 815916245,
            "stop": 815916996
        },
        {
            "start": 815916999,
            "stop": 815917029
        },
        {
            "start": 815927183,
            "stop": 815927293
        },
        {
            "start": 815962530,
            "stop": 815962722
        },
        {
            "start": 815963531,
            "stop": 815963803
        },
        {
            "start": 815964775,
            "stop": 815965247
        },
        {
            "start": 815965936,
            "stop": 815966105
        },
        {
            "start": 815970229,
            "stop": 815971693
        },
        {
            "start": 815971853,
            "stop": 815971980
        },
        {
            "start": 815971983,
            "stop": 815972380
        },
        {
            "start": 815972383,
            "stop": 815972558
        },
        {
            "start": 815972561,
            "stop": 815972805
        },
        {
            "start": 815974096,
            "stop": 815975961
        },
        {
            "start": 815975964,
            "stop": 815976225
        },
        {
            "start": 815976228,
            "stop": 815978005
        },
        {
            "start": 815978008,
            "stop": 815981234
        },
        {
            "start": 815981237,
            "stop": 815981683
        },
        {
            "start": 815981686,
            "stop": 815982670
        },
        {
            "start": 815982673,
            "stop": 815983533
        },
        {
            "start": 815983536,
            "stop": 815983759
        }
    ]
}