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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5179",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5180,
    "results": [
        {
            "start": 874766194,
            "stop": 874766220
        },
        {
            "start": 874766227,
            "stop": 874766267
        },
        {
            "start": 874766280,
            "stop": 874766319
        },
        {
            "start": 874766326,
            "stop": 874766400
        },
        {
            "start": 874766407,
            "stop": 874766478
        },
        {
            "start": 874766490,
            "stop": 874766596
        },
        {
            "start": 874766613,
            "stop": 874766668
        },
        {
            "start": 874766676,
            "stop": 874766691
        },
        {
            "start": 874766698,
            "stop": 874766701
        },
        {
            "start": 874766708,
            "stop": 874766750
        },
        {
            "start": 874766758,
            "stop": 874766784
        },
        {
            "start": 874766798,
            "stop": 874766799
        },
        {
            "start": 874766806,
            "stop": 874766838
        },
        {
            "start": 874766846,
            "stop": 874766909
        },
        {
            "start": 874766916,
            "stop": 874766925
        },
        {
            "start": 874766939,
            "stop": 874766952
        },
        {
            "start": 874766960,
            "stop": 874767074
        },
        {
            "start": 874767082,
            "stop": 874767087
        },
        {
            "start": 874767094,
            "stop": 874767102
        },
        {
            "start": 874767110,
            "stop": 874767117
        }
    ]
}