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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=44",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 45,
    "results": [
        {
            "start": 1170565218,
            "stop": 1170565659
        },
        {
            "start": 1170565678,
            "stop": 1170566196
        },
        {
            "start": 1170566203,
            "stop": 1170566356
        },
        {
            "start": 1170566367,
            "stop": 1170567798
        },
        {
            "start": 1170567810,
            "stop": 1170567877
        },
        {
            "start": 1170567888,
            "stop": 1170568631
        },
        {
            "start": 1170568643,
            "stop": 1170568927
        },
        {
            "start": 1170568931,
            "stop": 1170569811
        },
        {
            "start": 1170569818,
            "stop": 1170570725
        },
        {
            "start": 1170570729,
            "stop": 1170572257
        },
        {
            "start": 1170572261,
            "stop": 1170572399
        },
        {
            "start": 1170572429,
            "stop": 1170572530
        },
        {
            "start": 1170572539,
            "stop": 1170573048
        },
        {
            "start": 1170573051,
            "stop": 1170573596
        },
        {
            "start": 1170573608,
            "stop": 1170573640
        },
        {
            "start": 1170573651,
            "stop": 1170573671
        },
        {
            "start": 1170573686,
            "stop": 1170573745
        },
        {
            "start": 1170573754,
            "stop": 1170573820
        },
        {
            "start": 1170573823,
            "stop": 1170573857
        },
        {
            "start": 1170573866,
            "stop": 1170574740
        }
    ]
}