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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=354",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=352",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 353,
    "results": [
        {
            "start": 1260676097,
            "stop": 1260676105
        },
        {
            "start": 1260676108,
            "stop": 1260676120
        },
        {
            "start": 1260676123,
            "stop": 1260677947
        },
        {
            "start": 1260677950,
            "stop": 1260677965
        },
        {
            "start": 1260677968,
            "stop": 1260678026
        },
        {
            "start": 1260678029,
            "stop": 1260678287
        },
        {
            "start": 1260678290,
            "stop": 1260678302
        },
        {
            "start": 1260678305,
            "stop": 1260678709
        },
        {
            "start": 1260678712,
            "stop": 1260679102
        },
        {
            "start": 1260679105,
            "stop": 1260679341
        },
        {
            "start": 1260679344,
            "stop": 1260679346
        },
        {
            "start": 1260679349,
            "stop": 1260679984
        },
        {
            "start": 1260679987,
            "stop": 1260680019
        },
        {
            "start": 1260680022,
            "stop": 1260680023
        },
        {
            "start": 1260680026,
            "stop": 1260680037
        },
        {
            "start": 1260680040,
            "stop": 1260681008
        },
        {
            "start": 1260681016,
            "stop": 1260681431
        },
        {
            "start": 1260681434,
            "stop": 1260681529
        },
        {
            "start": 1260681532,
            "stop": 1260681534
        },
        {
            "start": 1260681537,
            "stop": 1260682608
        }
    ]
}