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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=57",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 58,
    "results": [
        {
            "start": 931500024,
            "stop": 931500038
        },
        {
            "start": 931500041,
            "stop": 931500057
        },
        {
            "start": 931500060,
            "stop": 931500061
        },
        {
            "start": 931500067,
            "stop": 931500068
        },
        {
            "start": 931500083,
            "stop": 931500091
        },
        {
            "start": 931500094,
            "stop": 931500095
        },
        {
            "start": 931500098,
            "stop": 931500101
        },
        {
            "start": 931500105,
            "stop": 931500108
        },
        {
            "start": 931500111,
            "stop": 931500120
        },
        {
            "start": 931500126,
            "stop": 931500128
        },
        {
            "start": 931500132,
            "stop": 931500133
        },
        {
            "start": 931500137,
            "stop": 931500141
        },
        {
            "start": 931500144,
            "stop": 931500150
        },
        {
            "start": 931500154,
            "stop": 931500166
        },
        {
            "start": 931500169,
            "stop": 931500200
        },
        {
            "start": 931500203,
            "stop": 931500204
        },
        {
            "start": 931500207,
            "stop": 931500215
        },
        {
            "start": 931500218,
            "stop": 931500223
        },
        {
            "start": 931500229,
            "stop": 931500232
        },
        {
            "start": 931500235,
            "stop": 931500238
        }
    ]
}