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=281
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=282",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=280",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 281,
    "results": [
        {
            "start": 1126932527,
            "stop": 1126932554
        },
        {
            "start": 1126932557,
            "stop": 1126932559
        },
        {
            "start": 1126932560,
            "stop": 1126932561
        },
        {
            "start": 1126932563,
            "stop": 1126932641
        },
        {
            "start": 1126932642,
            "stop": 1126932649
        },
        {
            "start": 1126932650,
            "stop": 1126932651
        },
        {
            "start": 1126932654,
            "stop": 1126932656
        },
        {
            "start": 1126932660,
            "stop": 1126932664
        },
        {
            "start": 1126932665,
            "stop": 1126932709
        },
        {
            "start": 1126932710,
            "stop": 1126932791
        },
        {
            "start": 1126932792,
            "stop": 1126932980
        },
        {
            "start": 1126932982,
            "stop": 1126933010
        },
        {
            "start": 1126933011,
            "stop": 1126933044
        },
        {
            "start": 1126933045,
            "stop": 1126933085
        },
        {
            "start": 1126933087,
            "stop": 1126933142
        },
        {
            "start": 1126933143,
            "stop": 1126933190
        },
        {
            "start": 1126933191,
            "stop": 1126933251
        },
        {
            "start": 1126933253,
            "stop": 1126933258
        },
        {
            "start": 1126933259,
            "stop": 1126933390
        },
        {
            "start": 1126933391,
            "stop": 1126933438
        }
    ]
}