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=549
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=550",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=548",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 549,
    "results": [
        {
            "start": 1185201285,
            "stop": 1185201288
        },
        {
            "start": 1185201290,
            "stop": 1185202069
        },
        {
            "start": 1185202071,
            "stop": 1185202716
        },
        {
            "start": 1185202719,
            "stop": 1185202726
        },
        {
            "start": 1185202728,
            "stop": 1185202732
        },
        {
            "start": 1185202736,
            "stop": 1185202754
        },
        {
            "start": 1185202764,
            "stop": 1185202765
        },
        {
            "start": 1185202767,
            "stop": 1185202959
        },
        {
            "start": 1185202961,
            "stop": 1185203331
        },
        {
            "start": 1185203335,
            "stop": 1185203414
        },
        {
            "start": 1185203417,
            "stop": 1185203480
        },
        {
            "start": 1185203482,
            "stop": 1185203484
        },
        {
            "start": 1185203511,
            "stop": 1185204388
        },
        {
            "start": 1185204390,
            "stop": 1185204652
        },
        {
            "start": 1185204654,
            "stop": 1185204655
        },
        {
            "start": 1185204657,
            "stop": 1185205418
        },
        {
            "start": 1185205420,
            "stop": 1185205589
        },
        {
            "start": 1185205591,
            "stop": 1185206494
        },
        {
            "start": 1185206496,
            "stop": 1185208448
        },
        {
            "start": 1185208452,
            "stop": 1185208456
        }
    ]
}