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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=290",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=288",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 289,
    "results": [
        {
            "start": 932110786,
            "stop": 932110799
        },
        {
            "start": 932110801,
            "stop": 932110814
        },
        {
            "start": 932110816,
            "stop": 932110829
        },
        {
            "start": 932110831,
            "stop": 932110874
        },
        {
            "start": 932110876,
            "stop": 932112644
        },
        {
            "start": 932115268,
            "stop": 932117324
        },
        {
            "start": 932117326,
            "stop": 932122392
        },
        {
            "start": 932123648,
            "stop": 932127118
        },
        {
            "start": 932127120,
            "stop": 932130134
        },
        {
            "start": 932132100,
            "stop": 932132831
        },
        {
            "start": 932132834,
            "stop": 932133109
        },
        {
            "start": 932144795,
            "stop": 932146269
        },
        {
            "start": 932148013,
            "stop": 932149642
        },
        {
            "start": 932160666,
            "stop": 932161236
        },
        {
            "start": 932161238,
            "stop": 932161243
        },
        {
            "start": 932163273,
            "stop": 932164038
        },
        {
            "start": 932172102,
            "stop": 932178064
        },
        {
            "start": 932178066,
            "stop": 932178085
        },
        {
            "start": 932178086,
            "stop": 932178146
        },
        {
            "start": 932187087,
            "stop": 932191429
        }
    ]
}