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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=40",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 41,
    "results": [
        {
            "start": 820197128,
            "stop": 820201858
        },
        {
            "start": 820204032,
            "stop": 820204062
        },
        {
            "start": 820205048,
            "stop": 820214703
        },
        {
            "start": 820215233,
            "stop": 820215264
        },
        {
            "start": 820215265,
            "stop": 820218579
        },
        {
            "start": 820240547,
            "stop": 820243585
        },
        {
            "start": 820243587,
            "stop": 820243818
        },
        {
            "start": 820243819,
            "stop": 820244213
        },
        {
            "start": 820260446,
            "stop": 820262635
        },
        {
            "start": 820265967,
            "stop": 820266310
        },
        {
            "start": 820266312,
            "stop": 820267995
        },
        {
            "start": 820267996,
            "stop": 820268457
        },
        {
            "start": 820268458,
            "stop": 820268597
        },
        {
            "start": 820268600,
            "stop": 820268718
        },
        {
            "start": 820268720,
            "stop": 820268764
        },
        {
            "start": 820268766,
            "stop": 820268816
        },
        {
            "start": 820268819,
            "stop": 820268967
        },
        {
            "start": 820271867,
            "stop": 820274752
        },
        {
            "start": 820286741,
            "stop": 820308983
        },
        {
            "start": 820309611,
            "stop": 820316811
        }
    ]
}