Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=84
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=83",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 84,
    "results": [
        {
            "start": 1238974579,
            "stop": 1238974632
        },
        {
            "start": 1238974634,
            "stop": 1238974811
        },
        {
            "start": 1238974812,
            "stop": 1238974898
        },
        {
            "start": 1238974899,
            "stop": 1238974956
        },
        {
            "start": 1238974957,
            "stop": 1238974993
        },
        {
            "start": 1238974994,
            "stop": 1238975013
        },
        {
            "start": 1238975014,
            "stop": 1238975328
        },
        {
            "start": 1238975329,
            "stop": 1238975430
        },
        {
            "start": 1238975433,
            "stop": 1238975659
        },
        {
            "start": 1238975660,
            "stop": 1238975662
        },
        {
            "start": 1238975663,
            "stop": 1238975746
        },
        {
            "start": 1238975749,
            "stop": 1238975750
        },
        {
            "start": 1238975751,
            "stop": 1238975752
        },
        {
            "start": 1238975753,
            "stop": 1238975787
        },
        {
            "start": 1238975790,
            "stop": 1238975841
        },
        {
            "start": 1238975842,
            "stop": 1238975965
        },
        {
            "start": 1238975968,
            "stop": 1238975973
        },
        {
            "start": 1238975976,
            "stop": 1238975999
        },
        {
            "start": 1238976007,
            "stop": 1238976037
        },
        {
            "start": 1238976040,
            "stop": 1238976044
        }
    ]
}