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=482
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=483",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=481",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 482,
    "results": [
        {
            "start": 821790835,
            "stop": 821790841
        },
        {
            "start": 821790844,
            "stop": 821790860
        },
        {
            "start": 821790876,
            "stop": 821790878
        },
        {
            "start": 821790881,
            "stop": 821790884
        },
        {
            "start": 821790890,
            "stop": 821790891
        },
        {
            "start": 821790894,
            "stop": 821790901
        },
        {
            "start": 821790907,
            "stop": 821790910
        },
        {
            "start": 821790913,
            "stop": 821790914
        },
        {
            "start": 821790923,
            "stop": 821790934
        },
        {
            "start": 821790942,
            "stop": 821790944
        },
        {
            "start": 821790948,
            "stop": 821790950
        },
        {
            "start": 821790958,
            "stop": 821790959
        },
        {
            "start": 821790965,
            "stop": 821790968
        },
        {
            "start": 821790971,
            "stop": 821790972
        },
        {
            "start": 821790975,
            "stop": 821790976
        },
        {
            "start": 821790979,
            "stop": 821790981
        },
        {
            "start": 821790984,
            "stop": 821790990
        },
        {
            "start": 821790993,
            "stop": 821790995
        },
        {
            "start": 821790998,
            "stop": 821791002
        },
        {
            "start": 821791008,
            "stop": 821791012
        }
    ]
}