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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=45",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 46,
    "results": [
        {
            "start": 816920897,
            "stop": 816920937
        },
        {
            "start": 816920941,
            "stop": 816920943
        },
        {
            "start": 816920947,
            "stop": 816921676
        },
        {
            "start": 816921679,
            "stop": 816921750
        },
        {
            "start": 816921754,
            "stop": 816921758
        },
        {
            "start": 816921761,
            "stop": 816921779
        },
        {
            "start": 816921782,
            "stop": 816922005
        },
        {
            "start": 816922008,
            "stop": 816922117
        },
        {
            "start": 816922120,
            "stop": 816922321
        },
        {
            "start": 816922322,
            "stop": 816922653
        },
        {
            "start": 816922658,
            "stop": 816922863
        },
        {
            "start": 816922866,
            "stop": 816923124
        },
        {
            "start": 816923127,
            "stop": 816923456
        },
        {
            "start": 816923460,
            "stop": 816924410
        },
        {
            "start": 816924413,
            "stop": 816924414
        },
        {
            "start": 816924418,
            "stop": 816925596
        },
        {
            "start": 816925599,
            "stop": 816925639
        },
        {
            "start": 816925642,
            "stop": 816926088
        },
        {
            "start": 816926091,
            "stop": 816926095
        },
        {
            "start": 816926098,
            "stop": 816926854
        }
    ]
}