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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1903",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1901",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1902,
    "results": [
        {
            "start": 1251605075,
            "stop": 1251605334
        },
        {
            "start": 1251605337,
            "stop": 1251605664
        },
        {
            "start": 1251605667,
            "stop": 1251606041
        },
        {
            "start": 1251606044,
            "stop": 1251606141
        },
        {
            "start": 1251606142,
            "stop": 1251606969
        },
        {
            "start": 1251606970,
            "stop": 1251607910
        },
        {
            "start": 1251607913,
            "stop": 1251610086
        },
        {
            "start": 1251610089,
            "stop": 1251610622
        },
        {
            "start": 1251610625,
            "stop": 1251611895
        },
        {
            "start": 1251611902,
            "stop": 1251611930
        },
        {
            "start": 1251611933,
            "stop": 1251613434
        },
        {
            "start": 1251613437,
            "stop": 1251614750
        },
        {
            "start": 1251614753,
            "stop": 1251616030
        },
        {
            "start": 1251616031,
            "stop": 1251616035
        },
        {
            "start": 1251616036,
            "stop": 1251616634
        },
        {
            "start": 1251616637,
            "stop": 1251618394
        },
        {
            "start": 1251618402,
            "stop": 1251619172
        },
        {
            "start": 1251619175,
            "stop": 1251623714
        },
        {
            "start": 1251623717,
            "stop": 1251624048
        },
        {
            "start": 1251624051,
            "stop": 1251624919
        }
    ]
}