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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1784",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1782",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1783,
    "results": [
        {
            "start": 959438510,
            "stop": 959438537
        },
        {
            "start": 959438539,
            "stop": 959438542
        },
        {
            "start": 959438545,
            "stop": 959438558
        },
        {
            "start": 959438564,
            "stop": 959438599
        },
        {
            "start": 959438600,
            "stop": 959438601
        },
        {
            "start": 959438603,
            "stop": 959438703
        },
        {
            "start": 959438707,
            "stop": 959438709
        },
        {
            "start": 959438712,
            "stop": 959438713
        },
        {
            "start": 959438715,
            "stop": 959438716
        },
        {
            "start": 959438723,
            "stop": 959438732
        },
        {
            "start": 959438734,
            "stop": 959438738
        },
        {
            "start": 959438739,
            "stop": 959438751
        },
        {
            "start": 959438753,
            "stop": 959438759
        },
        {
            "start": 959438762,
            "stop": 959438767
        },
        {
            "start": 959438769,
            "stop": 959438770
        },
        {
            "start": 959438777,
            "stop": 959438778
        },
        {
            "start": 959439667,
            "stop": 959439701
        },
        {
            "start": 959439704,
            "stop": 959439713
        },
        {
            "start": 959439715,
            "stop": 959439718
        },
        {
            "start": 959439721,
            "stop": 959439728
        }
    ]
}