Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=175
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=174",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 175,
    "results": [
        {
            "start": 955969182,
            "stop": 955978459
        },
        {
            "start": 955998428,
            "stop": 956010290
        },
        {
            "start": 956010294,
            "stop": 956012033
        },
        {
            "start": 956012036,
            "stop": 956012083
        },
        {
            "start": 956012086,
            "stop": 956012090
        },
        {
            "start": 956012094,
            "stop": 956012377
        },
        {
            "start": 956012380,
            "stop": 956014065
        },
        {
            "start": 956014176,
            "stop": 956016240
        },
        {
            "start": 956016245,
            "stop": 956017006
        },
        {
            "start": 956018628,
            "stop": 956024160
        },
        {
            "start": 956026522,
            "stop": 956028676
        },
        {
            "start": 956032603,
            "stop": 956035856
        },
        {
            "start": 956035860,
            "stop": 956052898
        },
        {
            "start": 956056573,
            "stop": 956060544
        },
        {
            "start": 956069508,
            "stop": 956072725
        },
        {
            "start": 956075441,
            "stop": 956077382
        },
        {
            "start": 956088065,
            "stop": 956095607
        },
        {
            "start": 956098798,
            "stop": 956112971
        },
        {
            "start": 956114104,
            "stop": 956115817
        },
        {
            "start": 956115821,
            "stop": 956120402
        }
    ]
}