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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=222",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 223,
    "results": [
        {
            "start": 931536645,
            "stop": 931536665
        },
        {
            "start": 931536667,
            "stop": 931536671
        },
        {
            "start": 931536673,
            "stop": 931536680
        },
        {
            "start": 931536682,
            "stop": 931536683
        },
        {
            "start": 931536686,
            "stop": 931536689
        },
        {
            "start": 931536691,
            "stop": 931536692
        },
        {
            "start": 931536695,
            "stop": 931536704
        },
        {
            "start": 931536706,
            "stop": 931536707
        },
        {
            "start": 931536711,
            "stop": 931536714
        },
        {
            "start": 931536716,
            "stop": 931536717
        },
        {
            "start": 931536719,
            "stop": 931536721
        },
        {
            "start": 931536725,
            "stop": 931536726
        },
        {
            "start": 931536728,
            "stop": 931536729
        },
        {
            "start": 931536731,
            "stop": 931536736
        },
        {
            "start": 931536738,
            "stop": 931536769
        },
        {
            "start": 931536771,
            "stop": 931536782
        },
        {
            "start": 931536785,
            "stop": 931536789
        },
        {
            "start": 931536794,
            "stop": 931536798
        },
        {
            "start": 931536799,
            "stop": 931536805
        },
        {
            "start": 931536808,
            "stop": 931536810
        }
    ]
}