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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=43",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 44,
    "results": [
        {
            "start": 819881776,
            "stop": 819887026
        },
        {
            "start": 819888431,
            "stop": 819901444
        },
        {
            "start": 819901445,
            "stop": 819901537
        },
        {
            "start": 819902055,
            "stop": 819922330
        },
        {
            "start": 819922813,
            "stop": 819927051
        },
        {
            "start": 819929901,
            "stop": 819968520
        },
        {
            "start": 819969025,
            "stop": 819974118
        },
        {
            "start": 819975882,
            "stop": 819975994
        },
        {
            "start": 819976719,
            "stop": 819977295
        },
        {
            "start": 819978061,
            "stop": 819978087
        },
        {
            "start": 819978487,
            "stop": 819979280
        },
        {
            "start": 819979600,
            "stop": 819980715
        },
        {
            "start": 819981115,
            "stop": 819983917
        },
        {
            "start": 819984860,
            "stop": 820002565
        },
        {
            "start": 820026974,
            "stop": 820046258
        },
        {
            "start": 820046259,
            "stop": 820049530
        },
        {
            "start": 820050283,
            "stop": 820051478
        },
        {
            "start": 820051940,
            "stop": 820052959
        },
        {
            "start": 820053385,
            "stop": 820054575
        },
        {
            "start": 820055021,
            "stop": 820056805
        }
    ]
}