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=1627
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=1628",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1626",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1627,
    "results": [
        {
            "start": 955363742,
            "stop": 955363891
        },
        {
            "start": 955363893,
            "stop": 955364095
        },
        {
            "start": 955364096,
            "stop": 955364116
        },
        {
            "start": 955364118,
            "stop": 955364366
        },
        {
            "start": 955364368,
            "stop": 955364530
        },
        {
            "start": 955364532,
            "stop": 955364764
        },
        {
            "start": 955364766,
            "stop": 955364931
        },
        {
            "start": 955364932,
            "stop": 955365096
        },
        {
            "start": 955365098,
            "stop": 955365275
        },
        {
            "start": 955365278,
            "stop": 955365457
        },
        {
            "start": 955365458,
            "stop": 955365508
        },
        {
            "start": 955365510,
            "stop": 955365553
        },
        {
            "start": 955365555,
            "stop": 955365581
        },
        {
            "start": 955365583,
            "stop": 955365705
        },
        {
            "start": 955365707,
            "stop": 955365741
        },
        {
            "start": 955365744,
            "stop": 955365792
        },
        {
            "start": 955365794,
            "stop": 955365828
        },
        {
            "start": 955365831,
            "stop": 955365833
        },
        {
            "start": 955365836,
            "stop": 955365926
        },
        {
            "start": 955365928,
            "stop": 955365969
        }
    ]
}