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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=527",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=525",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 526,
    "results": [
        {
            "start": 827874322,
            "stop": 827876392
        },
        {
            "start": 827877372,
            "stop": 827882123
        },
        {
            "start": 827883085,
            "stop": 827906172
        },
        {
            "start": 827906406,
            "stop": 827921749
        },
        {
            "start": 827923298,
            "stop": 827925628
        },
        {
            "start": 827925634,
            "stop": 827945833
        },
        {
            "start": 827947586,
            "stop": 827969870
        },
        {
            "start": 827970007,
            "stop": 827971456
        },
        {
            "start": 827973240,
            "stop": 827980708
        },
        {
            "start": 827981917,
            "stop": 828038114
        },
        {
            "start": 828040821,
            "stop": 828041330
        },
        {
            "start": 828042173,
            "stop": 828043540
        },
        {
            "start": 828043896,
            "stop": 828051546
        },
        {
            "start": 828051702,
            "stop": 828056101
        },
        {
            "start": 828056102,
            "stop": 828112266
        },
        {
            "start": 828112271,
            "stop": 828112525
        },
        {
            "start": 828116725,
            "stop": 828118075
        },
        {
            "start": 828121528,
            "stop": 828126045
        },
        {
            "start": 828126330,
            "stop": 828126427
        },
        {
            "start": 828126592,
            "stop": 828126951
        }
    ]
}