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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=102",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=100",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 101,
    "results": [
        {
            "start": 1376801068,
            "stop": 1376811121
        },
        {
            "start": 1376811126,
            "stop": 1376812685
        },
        {
            "start": 1376812690,
            "stop": 1376815122
        },
        {
            "start": 1376815127,
            "stop": 1376815347
        },
        {
            "start": 1376815426,
            "stop": 1376821260
        },
        {
            "start": 1376821265,
            "stop": 1376836383
        },
        {
            "start": 1376836388,
            "stop": 1376836551
        },
        {
            "start": 1376836556,
            "stop": 1376840020
        },
        {
            "start": 1376847322,
            "stop": 1376851256
        },
        {
            "start": 1376851261,
            "stop": 1376851337
        },
        {
            "start": 1376851341,
            "stop": 1376851724
        },
        {
            "start": 1376851729,
            "stop": 1376852201
        },
        {
            "start": 1376852206,
            "stop": 1376852915
        },
        {
            "start": 1376866565,
            "stop": 1376869423
        },
        {
            "start": 1376869428,
            "stop": 1376886126
        },
        {
            "start": 1376886131,
            "stop": 1376891292
        },
        {
            "start": 1376891297,
            "stop": 1376894602
        },
        {
            "start": 1376894607,
            "stop": 1376917943
        },
        {
            "start": 1376917948,
            "stop": 1376923063
        },
        {
            "start": 1376923068,
            "stop": 1376934258
        }
    ]
}