Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5287
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5288",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5286",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5287,
    "results": [
        {
            "start": 1137084228,
            "stop": 1137084229
        },
        {
            "start": 1137084232,
            "stop": 1137084257
        },
        {
            "start": 1137084259,
            "stop": 1137084260
        },
        {
            "start": 1137084261,
            "stop": 1137084269
        },
        {
            "start": 1137084271,
            "stop": 1137084272
        },
        {
            "start": 1137084274,
            "stop": 1137084276
        },
        {
            "start": 1137084278,
            "stop": 1137084280
        },
        {
            "start": 1137084282,
            "stop": 1137084294
        },
        {
            "start": 1137084296,
            "stop": 1137084456
        },
        {
            "start": 1137084458,
            "stop": 1137084578
        },
        {
            "start": 1137084580,
            "stop": 1137084582
        },
        {
            "start": 1137084583,
            "stop": 1137084601
        },
        {
            "start": 1137084602,
            "stop": 1137084613
        },
        {
            "start": 1137084615,
            "stop": 1137084616
        },
        {
            "start": 1137084619,
            "stop": 1137084620
        },
        {
            "start": 1137084622,
            "stop": 1137084735
        },
        {
            "start": 1137084737,
            "stop": 1137084789
        },
        {
            "start": 1137084793,
            "stop": 1137084845
        },
        {
            "start": 1137084847,
            "stop": 1137084872
        },
        {
            "start": 1137084873,
            "stop": 1137084874
        }
    ]
}