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=584
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=585",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=583",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 584,
    "results": [
        {
            "start": 839564702,
            "stop": 839564703
        },
        {
            "start": 839567486,
            "stop": 839596766
        },
        {
            "start": 839596775,
            "stop": 839596801
        },
        {
            "start": 839596806,
            "stop": 839606214
        },
        {
            "start": 839606712,
            "stop": 839618651
        },
        {
            "start": 839619435,
            "stop": 839626469
        },
        {
            "start": 839626474,
            "stop": 839626505
        },
        {
            "start": 839627154,
            "stop": 839627164
        },
        {
            "start": 839627180,
            "stop": 839629315
        },
        {
            "start": 839629326,
            "stop": 839629599
        },
        {
            "start": 839630413,
            "stop": 839630692
        },
        {
            "start": 839631396,
            "stop": 839680443
        },
        {
            "start": 839684847,
            "stop": 839690855
        },
        {
            "start": 839708612,
            "stop": 839708839
        },
        {
            "start": 839708903,
            "stop": 839714944
        },
        {
            "start": 839714950,
            "stop": 839718681
        },
        {
            "start": 839719818,
            "stop": 839721978
        },
        {
            "start": 839722878,
            "stop": 839768816
        },
        {
            "start": 839768822,
            "stop": 839777345
        },
        {
            "start": 839777353,
            "stop": 839792386
        }
    ]
}