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=36
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=37",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=35",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 36,
    "results": [
        {
            "start": 816683070,
            "stop": 816683087
        },
        {
            "start": 816683090,
            "stop": 816683147
        },
        {
            "start": 816683150,
            "stop": 816683645
        },
        {
            "start": 816683648,
            "stop": 816683650
        },
        {
            "start": 816683653,
            "stop": 816683676
        },
        {
            "start": 816683680,
            "stop": 816683683
        },
        {
            "start": 816683686,
            "stop": 816684047
        },
        {
            "start": 816684051,
            "stop": 816684209
        },
        {
            "start": 816684212,
            "stop": 816684536
        },
        {
            "start": 816684540,
            "stop": 816684742
        },
        {
            "start": 816684746,
            "stop": 816684749
        },
        {
            "start": 816684755,
            "stop": 816684855
        },
        {
            "start": 816684858,
            "stop": 816685010
        },
        {
            "start": 816685013,
            "stop": 816685064
        },
        {
            "start": 816685069,
            "stop": 816685327
        },
        {
            "start": 816685335,
            "stop": 816685353
        },
        {
            "start": 816685356,
            "stop": 816685637
        },
        {
            "start": 816685640,
            "stop": 816685664
        },
        {
            "start": 816685667,
            "stop": 816685741
        },
        {
            "start": 816685745,
            "stop": 816685763
        }
    ]
}