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=273
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=274",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=272",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 273,
    "results": [
        {
            "start": 1126923595,
            "stop": 1126923610
        },
        {
            "start": 1126923611,
            "stop": 1126923615
        },
        {
            "start": 1126923616,
            "stop": 1126923622
        },
        {
            "start": 1126923623,
            "stop": 1126923633
        },
        {
            "start": 1126923634,
            "stop": 1126923639
        },
        {
            "start": 1126923640,
            "stop": 1126923649
        },
        {
            "start": 1126923650,
            "stop": 1126923658
        },
        {
            "start": 1126923659,
            "stop": 1126923664
        },
        {
            "start": 1126923666,
            "stop": 1126923674
        },
        {
            "start": 1126923675,
            "stop": 1126923676
        },
        {
            "start": 1126923677,
            "stop": 1126923678
        },
        {
            "start": 1126923679,
            "stop": 1126923681
        },
        {
            "start": 1126923682,
            "stop": 1126923683
        },
        {
            "start": 1126923684,
            "stop": 1126923686
        },
        {
            "start": 1126923687,
            "stop": 1126923688
        },
        {
            "start": 1126923689,
            "stop": 1126923690
        },
        {
            "start": 1126923691,
            "stop": 1126923697
        },
        {
            "start": 1126923699,
            "stop": 1126923703
        },
        {
            "start": 1126923704,
            "stop": 1126923707
        },
        {
            "start": 1126923708,
            "stop": 1126923710
        }
    ]
}