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=5132
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=5133",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5131",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5132,
    "results": [
        {
            "start": 1136989334,
            "stop": 1136989345
        },
        {
            "start": 1136989347,
            "stop": 1136989381
        },
        {
            "start": 1136989383,
            "stop": 1136989384
        },
        {
            "start": 1136989385,
            "stop": 1136989399
        },
        {
            "start": 1136989400,
            "stop": 1136989479
        },
        {
            "start": 1136989481,
            "stop": 1136989494
        },
        {
            "start": 1136989496,
            "stop": 1136989500
        },
        {
            "start": 1136989502,
            "stop": 1136989525
        },
        {
            "start": 1136989527,
            "stop": 1136989561
        },
        {
            "start": 1136989563,
            "stop": 1136989566
        },
        {
            "start": 1136989568,
            "stop": 1136989635
        },
        {
            "start": 1136989637,
            "stop": 1136989651
        },
        {
            "start": 1136989655,
            "stop": 1136989669
        },
        {
            "start": 1136989670,
            "stop": 1136989672
        },
        {
            "start": 1136989676,
            "stop": 1136989691
        },
        {
            "start": 1136989694,
            "stop": 1136989695
        },
        {
            "start": 1136989697,
            "stop": 1136989712
        },
        {
            "start": 1136989714,
            "stop": 1136989717
        },
        {
            "start": 1136989719,
            "stop": 1136989743
        },
        {
            "start": 1136989745,
            "stop": 1136989760
        }
    ]
}