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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=49",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 50,
    "results": [
        {
            "start": 1403389354,
            "stop": 1403393344
        },
        {
            "start": 1403393351,
            "stop": 1403401825
        },
        {
            "start": 1403413243,
            "stop": 1403413815
        },
        {
            "start": 1403413822,
            "stop": 1403413968
        },
        {
            "start": 1403413974,
            "stop": 1403422461
        },
        {
            "start": 1403422468,
            "stop": 1403428033
        },
        {
            "start": 1403428037,
            "stop": 1403428720
        },
        {
            "start": 1403428727,
            "stop": 1403428737
        },
        {
            "start": 1403452039,
            "stop": 1403453070
        },
        {
            "start": 1403457300,
            "stop": 1403458939
        },
        {
            "start": 1403458946,
            "stop": 1403472452
        },
        {
            "start": 1403472457,
            "stop": 1403474436
        },
        {
            "start": 1403474441,
            "stop": 1403474678
        },
        {
            "start": 1403482940,
            "stop": 1403488861
        },
        {
            "start": 1403488866,
            "stop": 1403498544
        },
        {
            "start": 1403504012,
            "stop": 1403509513
        },
        {
            "start": 1403516745,
            "stop": 1403516872
        },
        {
            "start": 1403516878,
            "stop": 1403521051
        },
        {
            "start": 1403521058,
            "stop": 1403522392
        },
        {
            "start": 1403522398,
            "stop": 1403537546
        }
    ]
}