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=310
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=311",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=309",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 310,
    "results": [
        {
            "start": 1260302035,
            "stop": 1260302039
        },
        {
            "start": 1260302042,
            "stop": 1260302150
        },
        {
            "start": 1260302153,
            "stop": 1260302183
        },
        {
            "start": 1260302186,
            "stop": 1260302213
        },
        {
            "start": 1260302216,
            "stop": 1260302231
        },
        {
            "start": 1260302234,
            "stop": 1260302254
        },
        {
            "start": 1260302257,
            "stop": 1260302321
        },
        {
            "start": 1260302324,
            "stop": 1260302375
        },
        {
            "start": 1260302378,
            "stop": 1260302507
        },
        {
            "start": 1260302510,
            "stop": 1260302529
        },
        {
            "start": 1260302532,
            "stop": 1260302594
        },
        {
            "start": 1260302597,
            "stop": 1260302603
        },
        {
            "start": 1260302604,
            "stop": 1260302638
        },
        {
            "start": 1260302641,
            "stop": 1260302766
        },
        {
            "start": 1260302769,
            "stop": 1260302782
        },
        {
            "start": 1260302785,
            "stop": 1260302864
        },
        {
            "start": 1260302867,
            "stop": 1260302979
        },
        {
            "start": 1260302982,
            "stop": 1260303141
        },
        {
            "start": 1260303144,
            "stop": 1260303169
        },
        {
            "start": 1260303172,
            "stop": 1260303334
        }
    ]
}